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

#include <NetworkPkg/Dhcp4Dxe/Dhcp4Option.h>

Data Fields

UINT8 Tag
 
UINT16 Len
 
UINT8 * Data
 

Detailed Description

The DHCP option structure. This structure extends the EFI_DHCP_OPTION structure to support options longer than 255 bytes, such as classless route.

Definition at line 40 of file Dhcp4Option.h.

Field Documentation

◆ Data

UINT8* DHCP_OPTION::Data

Definition at line 43 of file Dhcp4Option.h.

◆ Len

UINT16 DHCP_OPTION::Len

Definition at line 42 of file Dhcp4Option.h.

◆ Tag

UINT8 DHCP_OPTION::Tag

Definition at line 41 of file Dhcp4Option.h.


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