iPXE
Data Fields
EFI_DHCP6_IA Struct Reference

#include <Dhcp6.h>

Data Fields

EFI_DHCP6_IA_DESCRIPTOR Descriptor
 The descriptor for IA. More...
 
EFI_DHCP6_STATE State
 The state of the configured IA. More...
 
EFI_DHCP6_PACKETReplyPacket
 Pointer to the cached latest Reply packet. More...
 
UINT32 IaAddressCount
 Number of IPv6 addresses of the configured IA. More...
 
EFI_DHCP6_IA_ADDRESS IaAddress [1]
 List of the IPv6 addresses of the configured IA. More...
 

Detailed Description

Definition at line 262 of file Dhcp6.h.

Field Documentation

◆ Descriptor

EFI_DHCP6_IA_DESCRIPTOR EFI_DHCP6_IA::Descriptor

The descriptor for IA.

Definition at line 266 of file Dhcp6.h.

◆ State

EFI_DHCP6_STATE EFI_DHCP6_IA::State

The state of the configured IA.

Definition at line 270 of file Dhcp6.h.

◆ ReplyPacket

EFI_DHCP6_PACKET* EFI_DHCP6_IA::ReplyPacket

Pointer to the cached latest Reply packet.

May be NULL if no packet is cached.

Definition at line 274 of file Dhcp6.h.

◆ IaAddressCount

UINT32 EFI_DHCP6_IA::IaAddressCount

Number of IPv6 addresses of the configured IA.

Definition at line 278 of file Dhcp6.h.

◆ IaAddress

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.

Definition at line 283 of file Dhcp6.h.


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