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

Data Fields

UINT32 Size
 
UINT32 Length
 
struct {
   EFI_DHCP4_HEADER   Header
 
   UINT32   Magik
 
   UINT8   Option [1]
 
Dhcp4
 

Detailed Description

Definition at line 70 of file Dhcp4.h.

Field Documentation

◆ Header

EFI_DHCP4_HEADER EFI_DHCP4_PACKET::Header

DHCP packet header.

Definition at line 85 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 79 of file Dhcp4.h.

◆ Magik

UINT32 EFI_DHCP4_PACKET::Magik

DHCP magik cookie in network byte order.

Definition at line 89 of file Dhcp4.h.

◆ Option

UINT8 EFI_DHCP4_PACKET::Option[1]

Start of the DHCP packed option data.

Definition at line 93 of file Dhcp4.h.

◆ Size

UINT32 EFI_DHCP4_PACKET::Size

Size of the EFI_DHCP4_PACKET buffer.

Definition at line 74 of file Dhcp4.h.


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