1.2.1.4.10 TCPIP_DHCPS_MODULE_CONFIG Structure

C

typedef struct {
bool enabled;
bool deleteOldLease;
size_t leaseEntries;
uint32_t entrySolvedTmo;
TCPIP_DHCPS_ADDRESS_CONFIG * dhcpServer;
} TCPIP_DHCPS_MODULE_CONFIG;

Description

Structure: TCPIP_DHCPS_MODULE_CONFIG.

DHCP server configuration and initialization data . Configuration is part of tcpip_stack_init.c.

Members

MembersDescription
enabledEnable DHCP server.
deleteOldLeaseDelete old cache if still in place, specific DHCP parameters.
leaseEntriesMax number of lease entries.
entrySolvedTmoSolved entry removed after this tmo in seconds.
dhcpServerDHCP server lease address configuration details uint32_t dhcpServerCnt; // Max DHCP server support.