_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 144 of file dhcp_server.h.
Field Documentation
◆ clientBinding
DhcpServerBinding clientBinding[DHCP_SERVER_MAX_CLIENTS] |
List of bindings.
Definition at line 149 of file dhcp_server.h.
◆ nextIpAddr
Ipv4Addr nextIpAddr |
Next IP address to be assigned.
Definition at line 148 of file dhcp_server.h.
◆ running
bool_t running |
This flag tells whether the DHCP server is running or not.
Definition at line 147 of file dhcp_server.h.
◆ settings
DhcpServerSettings settings |
DHCP server settings.
Definition at line 146 of file dhcp_server.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/dhcp/dhcp_server.h