iPXE
Data Fields
EFI_DHCP6_PACKET Struct Reference

EFI_DHCP6_PACKET defines the format of the DHCPv6 packet. More...

#include <Dhcp6.h>

Data Fields

UINT32 Size
 Size of the EFI_DHCP6_PACKET buffer. More...
 
UINT32 Length
 Length of the EFI_DHCP6_PACKET from the first byte of the Header field to the last byte of the Option[] field. More...
 
struct {
   EFI_DHCP6_HEADER   Header
 The DHCPv6 packet header. More...
 
   UINT8   Option [1]
 Start of the DHCPv6 packed option data. More...
 
Dhcp6
 

Detailed Description

EFI_DHCP6_PACKET defines the format of the DHCPv6 packet.

See RFC 3315 for more information.

Definition at line 183 of file Dhcp6.h.

Field Documentation

◆ Size

UINT32 EFI_DHCP6_PACKET::Size

Size of the EFI_DHCP6_PACKET buffer.

Definition at line 187 of file Dhcp6.h.

◆ Length

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.

Definition at line 192 of file Dhcp6.h.

◆ Header

EFI_DHCP6_HEADER EFI_DHCP6_PACKET::Header

The DHCPv6 packet header.

Definition at line 197 of file Dhcp6.h.

◆ Option

UINT8 EFI_DHCP6_PACKET::Option[1]

Start of the DHCPv6 packed option data.

Definition at line 201 of file Dhcp6.h.

◆ Dhcp6

struct { ... } EFI_DHCP6_PACKET::Dhcp6

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