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

Data Fields

EFI_HANDLE DriverHandle
 
UINT32 AddressCount
 
EFI_IP6_ADDRESS_PAIR AddressPairs [1]
 

Detailed Description

EFI_IP6_VARIABLE_DATA 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

UINT32 EFI_IP6_VARIABLE_DATA::AddressCount

The number of IPv6 address pairs that follow this data structure.

EFI_IP6_ADDRESS_PAIR EFI_IP6_VARIABLE_DATA::AddressPairs[1]

List of IPv6 address pairs that are currently in use.

EFI_HANDLE EFI_IP6_VARIABLE_DATA::DriverHandle

The handle of the driver that creates this entry.