MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_DHCP6_PACKET Struct Reference

Data Fields

UINT32 Size
 
UINT32 Length
 
struct {
   EFI_DHCP6_HEADER   Header
 
   UINT8   Option [1]
 
Dhcp6
 

Detailed Description

EFI_DHCP6_PACKET defines the format of the DHCPv6 packet. See RFC 3315 for more information.

Field Documentation

struct { ... } EFI_DHCP6_PACKET::Dhcp6
EFI_DHCP6_HEADER EFI_DHCP6_PACKET::Header

The DHCPv6 packet header.

UINT32 EFI_DHCP6_PACKET::Length

Length of the EFI_DHCP6_PACKET from the first byte of the Header field to the last byte of the Option[] field.

UINT8 EFI_DHCP6_PACKET::Option[1]

Start of the DHCPv6 packed option data.

UINT32 EFI_DHCP6_PACKET::Size

Size of the EFI_DHCP6_PACKET buffer.