Definition at line 297 of file Dhcp4.h.
◆ 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 310 of file Dhcp4.h.
◆ ClientMacAddress
The local hardware address.
Definition at line 314 of file Dhcp4.h.
◆ ConfigData
The configuration data of the current EFI DHCPv4 Protocol driver instance.
Definition at line 305 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 333 of file Dhcp4.h.
◆ ReplyPacket
The cached latest DHCPACK or DHCPNAK or BOOTP REPLY packet. May be NULL if no packet is cached.
Definition at line 337 of file Dhcp4.h.
◆ 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 323 of file Dhcp4.h.
◆ ServerAddress
The server IP address that is providing the DHCP service to this client.
Definition at line 318 of file Dhcp4.h.
◆ State
The EFI DHCPv4 Protocol driver operating state.
Definition at line 301 of file Dhcp4.h.
◆ SubnetMask
The subnet mask of the connected network that was acquired from the DHCP server.
Definition at line 327 of file Dhcp4.h.
The documentation for this struct was generated from the following file: