iPXE
Data Fields
EFI_DHCP6_PACKET_OPTION Struct Reference

EFI_DHCP6_PACKET_OPTION defines the format of the DHCPv6 option, See RFC 3315 for more information. More...

#include <Dhcp6.h>

Data Fields

UINT16 OpCode
 The DHCPv6 option code, stored in network order. More...
 
UINT16 OpLen
 Length of the DHCPv6 option data, stored in network order. More...
 
UINT8 Data [1]
 The data for the DHCPv6 option, stored in network order. More...
 

Detailed Description

EFI_DHCP6_PACKET_OPTION defines the format of the DHCPv6 option, See RFC 3315 for more information.

This data structure is used to reference option data that is packed in the DHCPv6 packet.

Definition at line 148 of file Dhcp6.h.

Field Documentation

◆ OpCode

UINT16 EFI_DHCP6_PACKET_OPTION::OpCode

The DHCPv6 option code, stored in network order.

Definition at line 152 of file Dhcp6.h.

◆ OpLen

UINT16 EFI_DHCP6_PACKET_OPTION::OpLen

Length of the DHCPv6 option data, stored in network order.

From the first byte to the last byte of the Data field.

Definition at line 157 of file Dhcp6.h.

◆ Data

UINT8 EFI_DHCP6_PACKET_OPTION::Data[1]

The data for the DHCPv6 option, stored in network order.

Definition at line 161 of file Dhcp6.h.


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