XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_DHCP4_PACKET Struct Reference

#include <Dhcp4.h>

Collaboration diagram for EFI_DHCP4_PACKET:
Collaboration graph
[legend]

Public Attributes

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

Member Data Documentation

◆ [struct]

struct { ... } EFI_DHCP4_PACKET::Dhcp4

◆ Header

EFI_DHCP4_HEADER EFI_DHCP4_PACKET::Header

DHCP packet header.

◆ 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.

◆ Magik

UINT32 EFI_DHCP4_PACKET::Magik

DHCP magik cookie in network byte order.

◆ Option

UINT8 EFI_DHCP4_PACKET::Option[1]

Start of the DHCP packed option data.

◆ Size

UINT32 EFI_DHCP4_PACKET::Size

Size of the EFI_DHCP4_PACKET buffer.


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