|
XenevaOS
|
#include <Dhcp6.h>
Public Attributes | |
| UINT16 | OpCode |
| UINT16 | OpLen |
| UINT8 | Data [1] |
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.
| UINT8 EFI_DHCP6_PACKET_OPTION::Data[1] |
The data for the DHCPv6 option, stored in network order.
| UINT16 EFI_DHCP6_PACKET_OPTION::OpCode |
The DHCPv6 option code, stored in network order.
| 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.