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
Members | Description |
---|---|
dhcpEnable | DHCP client enable at module start-up. |
dhcpTmo | Timeout to wait for DHCP lease, seconds. |
dhcpCliPort | Client port for DHCP client transactions. |
dhcpSrvPort | Remote server port for DHCP server messages. |