iPXE
Data Fields
EFI_DHCP4_PACKET Struct Reference

#include <Dhcp4.h>

Data Fields

UINT32 Size
 Size of the EFI_DHCP4_PACKET buffer. More...
 
UINT32 Length
 Length of the EFI_DHCP4_PACKET from the first byte of the Header field to the last byte of the Option[] field. More...
 
struct {
   EFI_DHCP4_HEADER   Header
 DHCP packet header. More...
 
   UINT32   Magik
 DHCP magik cookie in network byte order. More...
 
   UINT8   Option [1]
 Start of the DHCP packed option data. More...
 
Dhcp4
 

Detailed Description

Definition at line 72 of file Dhcp4.h.

Field Documentation

◆ Size

UINT32 EFI_DHCP4_PACKET::Size

Size of the EFI_DHCP4_PACKET buffer.

Definition at line 76 of file Dhcp4.h.

◆ Length

UINT32 EFI_DHCP4_PACKET::Length

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

Definition at line 81 of file Dhcp4.h.

◆ Header

EFI_DHCP4_HEADER EFI_DHCP4_PACKET::Header

DHCP packet header.

Definition at line 87 of file Dhcp4.h.

◆ Magik

UINT32 EFI_DHCP4_PACKET::Magik

DHCP magik cookie in network byte order.

Definition at line 91 of file Dhcp4.h.

◆ Option

UINT8 EFI_DHCP4_PACKET::Option[1]

Start of the DHCP packed option data.

Definition at line 95 of file Dhcp4.h.

◆ Dhcp4

struct { ... } EFI_DHCP4_PACKET::Dhcp4

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