MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_IP6_ADDRESS_PAIR Struct Reference

Data Fields

EFI_HANDLE InstanceHandle
 
EFI_IPv6_ADDRESS Ip6Address
 
UINT8 PrefixLength
 

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.

Field Documentation

EFI_HANDLE EFI_IP6_ADDRESS_PAIR::InstanceHandle

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

EFI_IPv6_ADDRESS EFI_IP6_ADDRESS_PAIR::Ip6Address

IPv6 address in network byte order.

UINT8 EFI_IP6_ADDRESS_PAIR::PrefixLength

The length of the prefix associated with the Ip6Address.