MdePkg[all]
1.08
|
Data Fields | |
EFI_DHCP6_IA_DESCRIPTOR | Descriptor |
EFI_DHCP6_STATE | State |
EFI_DHCP6_PACKET * | ReplyPacket |
UINT32 | IaAddressCount |
EFI_DHCP6_IA_ADDRESS | IaAddress [1] |
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.