#include <MdePkg/Include/Protocol/Dhcp6.h>
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 146 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 159 of file Dhcp6.h.
◆ OpCode
UINT16 EFI_DHCP6_PACKET_OPTION::OpCode |
The DHCPv6 option code, stored in network order.
Definition at line 150 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 155 of file Dhcp6.h.
The documentation for this struct was generated from the following file: