iPXE
Data Fields
EFI_DHCP4_MODE_DATA Struct Reference

#include <Dhcp4.h>

Data Fields

EFI_DHCP4_STATE State
 The EFI DHCPv4 Protocol driver operating state. More...
 
EFI_DHCP4_CONFIG_DATA ConfigData
 The configuration data of the current EFI DHCPv4 Protocol driver instance. More...
 
EFI_IPv4_ADDRESS ClientAddress
 The client IP address that was acquired from the DHCP server. More...
 
EFI_MAC_ADDRESS ClientMacAddress
 The local hardware address. More...
 
EFI_IPv4_ADDRESS ServerAddress
 The server IP address that is providing the DHCP service to this client. More...
 
EFI_IPv4_ADDRESS RouterAddress
 The router IP address that was acquired from the DHCP server. More...
 
EFI_IPv4_ADDRESS SubnetMask
 The subnet mask of the connected network that was acquired from the DHCP server. More...
 
UINT32 LeaseTime
 The lease time (in 1-second units) of the configured IP address. More...
 
EFI_DHCP4_PACKETReplyPacket
 The cached latest DHCPACK or DHCPNAK or BOOTP REPLY packet. More...
 

Detailed Description

Definition at line 299 of file Dhcp4.h.

Field Documentation

◆ State

EFI_DHCP4_STATE EFI_DHCP4_MODE_DATA::State

The EFI DHCPv4 Protocol driver operating state.

Definition at line 303 of file Dhcp4.h.

◆ ConfigData

EFI_DHCP4_CONFIG_DATA EFI_DHCP4_MODE_DATA::ConfigData

The configuration data of the current EFI DHCPv4 Protocol driver instance.

Definition at line 307 of file Dhcp4.h.

◆ ClientAddress

EFI_IPv4_ADDRESS EFI_DHCP4_MODE_DATA::ClientAddress

The client IP address that was acquired from the DHCP server.

If it is zero, the DHCP acquisition has not completed yet and the following fields in this structure are undefined.

Definition at line 312 of file Dhcp4.h.

◆ ClientMacAddress

EFI_MAC_ADDRESS EFI_DHCP4_MODE_DATA::ClientMacAddress

The local hardware address.

Definition at line 316 of file Dhcp4.h.

◆ ServerAddress

EFI_IPv4_ADDRESS EFI_DHCP4_MODE_DATA::ServerAddress

The server IP address that is providing the DHCP service to this client.

Definition at line 320 of file Dhcp4.h.

◆ RouterAddress

EFI_IPv4_ADDRESS EFI_DHCP4_MODE_DATA::RouterAddress

The router IP address that was acquired from the DHCP server.

May be zero if the server does not offer this address.

Definition at line 325 of file Dhcp4.h.

◆ SubnetMask

EFI_IPv4_ADDRESS EFI_DHCP4_MODE_DATA::SubnetMask

The subnet mask of the connected network that was acquired from the DHCP server.

Definition at line 329 of file Dhcp4.h.

◆ LeaseTime

UINT32 EFI_DHCP4_MODE_DATA::LeaseTime

The lease time (in 1-second units) of the configured IP address.

The value 0xFFFFFFFF means that the lease time is infinite. A default lease of 7 days is used if the DHCP server does not provide a value.

Definition at line 335 of file Dhcp4.h.

◆ ReplyPacket

EFI_DHCP4_PACKET* EFI_DHCP4_MODE_DATA::ReplyPacket

The cached latest DHCPACK or DHCPNAK or BOOTP REPLY packet.

May be NULL if no packet is cached.

Definition at line 339 of file Dhcp4.h.


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