Expand description
DHCP Client for Automatic Network Configuration
Implements DHCPv4 protocol for obtaining IP addresses and network configuration.
Structs§
- Dhcp
Client - DHCP client
- Dhcp
Config - DHCP client configuration
- Dhcp
Packet - DHCP packet structure
Enums§
- Dhcp
Message Type - DHCP message types
- Dhcp
State - DHCP client state
Functions§
- get_
dhcp_ state - Get current DHCP state for display.
- init
- Initialize DHCP client
- start_
dhcp - Start DHCP on the primary interface.