Home |
Function xn_dhcp_server_interface Function xn_dhcp_server_daemon_start |
Function xn_dhcp_server_daemon_startThis function executes the background DHCP server: int xn_dhcp_server_daemon_start(void); If the function fails, SOCKET_ERROR is returned. It does not return if there is not error. Before calling this function, the application must first define DHCP configuration parameters for at least one interface using function xn_dhcp_server_interface. Function xn_dhcp_server_interface Function xn_dhcp_server_daemon
|