|
iPXE
|
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... | |
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.
| UINT16 EFI_DHCP6_PACKET_OPTION::OpCode |
| UINT16 EFI_DHCP6_PACKET_OPTION::OpLen |
| UINT8 EFI_DHCP6_PACKET_OPTION::Data[1] |
1.8.15