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

Data Fields

EFI_DHCP6_IA_DESCRIPTOR Descriptor
 
EFI_DHCP6_STATE State
 
EFI_DHCP6_PACKETReplyPacket
 
UINT32 IaAddressCount
 
EFI_DHCP6_IA_ADDRESS IaAddress [1]
 

Field Documentation

EFI_DHCP6_IA_DESCRIPTOR EFI_DHCP6_IA::Descriptor

The descriptor for IA.

EFI_DHCP6_IA_ADDRESS EFI_DHCP6_IA::IaAddress[1]

List of the IPv6 addresses of the configured IA. When the state of the configured IA is in Dhcp6Bound, Dhcp6Renewing and Dhcp6Rebinding, the IPv6 addresses are usable.

UINT32 EFI_DHCP6_IA::IaAddressCount

Number of IPv6 addresses of the configured IA.

EFI_DHCP6_PACKET* EFI_DHCP6_IA::ReplyPacket

Pointer to the cached latest Reply packet. May be NULL if no packet is cached.

EFI_DHCP6_STATE EFI_DHCP6_IA::State

The state of the configured IA.