DhcpServerContext Struct Reference

DHCP server context. More...

#include <dhcp_server.h>

Data Fields

DhcpServerSettings settings
 DHCP server settings. More...
 
bool_t running
 This flag tells whether the DHCP server is running or not. More...
 
Ipv4Addr nextIpAddr
 Next IP address to be assigned. More...
 
DhcpServerBinding clientBinding [DHCP_SERVER_MAX_CLIENTS]
 List of bindings. More...
 

Detailed Description

DHCP server context.

Definition at line 122 of file dhcp_server.h.

Field Documentation

◆ clientBinding

List of bindings.

Definition at line 127 of file dhcp_server.h.

◆ nextIpAddr

Ipv4Addr nextIpAddr

Next IP address to be assigned.

Definition at line 126 of file dhcp_server.h.

◆ running

bool_t running

This flag tells whether the DHCP server is running or not.

Definition at line 125 of file dhcp_server.h.

◆ settings

DHCP server settings.

Definition at line 124 of file dhcp_server.h.


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