iPXE
Data Fields
EFI_IP6_ADDRESS_PAIR Struct Reference

EFI_IP6_ADDRESS_PAIR is deprecated in the UEFI 2.4B and should not be used any more. More...

#include <Ip6.h>

Data Fields

EFI_HANDLE InstanceHandle
 The EFI IPv6 Protocol instance handle that is using this address/prefix pair. More...
 
EFI_IPv6_ADDRESS Ip6Address
 IPv6 address in network byte order. More...
 
UINT8 PrefixLength
 The length of the prefix associated with the Ip6Address. More...
 

Detailed Description

EFI_IP6_ADDRESS_PAIR is deprecated in the UEFI 2.4B and should not be used any more.

The definition in here is only present to provide backwards compatability.

Definition at line 44 of file Ip6.h.

Field Documentation

◆ InstanceHandle

EFI_HANDLE EFI_IP6_ADDRESS_PAIR::InstanceHandle

The EFI IPv6 Protocol instance handle that is using this address/prefix pair.

Definition at line 48 of file Ip6.h.

◆ Ip6Address

EFI_IPv6_ADDRESS EFI_IP6_ADDRESS_PAIR::Ip6Address

IPv6 address in network byte order.

Definition at line 52 of file Ip6.h.

◆ PrefixLength

UINT8 EFI_IP6_ADDRESS_PAIR::PrefixLength

The length of the prefix associated with the Ip6Address.

Definition at line 56 of file Ip6.h.


The documentation for this struct was generated from the following file: