XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_DHCP6_PACKET_OPTION Struct Reference

#include <Dhcp6.h>

Public Attributes

UINT16 OpCode
 
UINT16 OpLen
 
UINT8 Data [1]
 

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.

Member Data Documentation

◆ Data

UINT8 EFI_DHCP6_PACKET_OPTION::Data[1]

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

◆ OpCode

UINT16 EFI_DHCP6_PACKET_OPTION::OpCode

The DHCPv6 option code, stored in network order.

◆ 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.


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