#include <MdePkg/Include/Protocol/Dhcp4.h>
EFI_DHCP4_PACKET defines the format of DHCPv4 packets. See RFC 2131 for more information.
Definition at line 51 of file Dhcp4.h.
◆ BootFileName
CHAR8 EFI_DHCP4_HEADER::BootFileName[128] |
◆ ClientAddr
Client IP address from client.
Definition at line 59 of file Dhcp4.h.
◆ ClientHwAddr
UINT8 EFI_DHCP4_HEADER::ClientHwAddr[16] |
Client hardware address.
Definition at line 63 of file Dhcp4.h.
◆ GatewayAddr
Relay agent IP address.
Definition at line 62 of file Dhcp4.h.
◆ Hops
UINT8 EFI_DHCP4_HEADER::Hops |
◆ HwAddrLen
UINT8 EFI_DHCP4_HEADER::HwAddrLen |
◆ HwType
UINT8 EFI_DHCP4_HEADER::HwType |
◆ OpCode
UINT8 EFI_DHCP4_HEADER::OpCode |
◆ Reserved
UINT16 EFI_DHCP4_HEADER::Reserved |
◆ Seconds
UINT16 EFI_DHCP4_HEADER::Seconds |
◆ ServerAddr
IP address of next server in bootstrap.
Definition at line 61 of file Dhcp4.h.
◆ ServerName
CHAR8 EFI_DHCP4_HEADER::ServerName[64] |
◆ Xid
UINT32 EFI_DHCP4_HEADER::Xid |
◆ YourAddr
Client IP address from server.
Definition at line 60 of file Dhcp4.h.
The documentation for this struct was generated from the following file: