TianoCore EDK2 master
|
#include <NetworkPkg/Dhcp4Dxe/Dhcp4Option.h>
Data Fields | |
UINT8 | Tag |
UINT16 | Len |
UINT8 * | Data |
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.
UINT8* DHCP_OPTION::Data |
Definition at line 43 of file Dhcp4Option.h.
UINT16 DHCP_OPTION::Len |
Definition at line 42 of file Dhcp4Option.h.
UINT8 DHCP_OPTION::Tag |
Definition at line 41 of file Dhcp4Option.h.