iPXE
Data Fields
EFI_DHCP6_MODE_DATA Struct Reference

#include <Dhcp6.h>

Data Fields

EFI_DHCP6_DUIDClientId
 Pointer to the DHCPv6 unique identifier. More...
 
EFI_DHCP6_IAIa
 Pointer to the configured IA of current instance. More...
 

Detailed Description

Definition at line 286 of file Dhcp6.h.

Field Documentation

◆ ClientId

EFI_DHCP6_DUID* EFI_DHCP6_MODE_DATA::ClientId

Pointer to the DHCPv6 unique identifier.

The caller is responsible for freeing this buffer.

Definition at line 290 of file Dhcp6.h.

◆ Ia

EFI_DHCP6_IA* EFI_DHCP6_MODE_DATA::Ia

Pointer to the configured IA of current instance.

The caller can free this buffer after using it.

Definition at line 295 of file Dhcp6.h.


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