iPXE
Data Fields
EFI_DHCP4_PACKET_OPTION Struct Reference

#include <Dhcp4.h>

Data Fields

UINT8 OpCode
 DHCP option code. More...
 
UINT8 Length
 Length of the DHCP option data. More...
 
UINT8 Data [1]
 Start of the DHCP option data. More...
 

Detailed Description

Definition at line 33 of file Dhcp4.h.

Field Documentation

◆ OpCode

UINT8 EFI_DHCP4_PACKET_OPTION::OpCode

DHCP option code.

Definition at line 37 of file Dhcp4.h.

◆ Length

UINT8 EFI_DHCP4_PACKET_OPTION::Length

Length of the DHCP option data.

Not present if OpCode is 0 or 255.

Definition at line 41 of file Dhcp4.h.

◆ Data

UINT8 EFI_DHCP4_PACKET_OPTION::Data[1]

Start of the DHCP option data.

Not present if OpCode is 0 or 255 or if Length is zero.

Definition at line 45 of file Dhcp4.h.


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