⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module dhcp

Module dhcp 

Source
Expand description

DHCP Client for Automatic Network Configuration

Implements DHCPv4 protocol for obtaining IP addresses and network configuration.

Structs§

DhcpClient
DHCP client
DhcpConfig
DHCP client configuration
DhcpPacket
DHCP packet structure

Enums§

DhcpMessageType
DHCP message types
DhcpState
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.