1.2.1.3.16 TCPIP_DHCP_MODULE_CONFIG Structure

C

typedef struct { bool dhcpEnable; int dhcpTmo; int dhcpCliPort; int dhcpSrvPort; } TCPIP_DHCP_MODULE_CONFIG;

Description

DHCP Module Configuration.

This structure contains the data that's passed to the DHCP module at the TCP/IP stack initialization.

Members

MembersDescription
dhcpEnableDHCP client enable at module start-up.
dhcpTmoTimeout to wait for DHCP lease, seconds.
dhcpCliPortClient port for DHCP client transactions.
dhcpSrvPortRemote server port for DHCP server messages.