TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_DHCP4_PACKET_OPTION Struct Reference

Data Fields

UINT8 OpCode
 
UINT8 Length
 
UINT8 Data [1]
 

Detailed Description

Definition at line 31 of file Dhcp4.h.

Field Documentation

◆ 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 43 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 39 of file Dhcp4.h.

◆ OpCode

UINT8 EFI_DHCP4_PACKET_OPTION::OpCode

DHCP option code.

Definition at line 35 of file Dhcp4.h.


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