Home |
Function cb_dhcp_no_ip_fnc |
Function cb_dhcp_no_ip_fncDHCP client callback function to announce the loss of an IP address on an interface. void cb_dhcp_no_ip_fnc(int interface); ParametersinterfaceInterface number (as returned by xn_interface_open or xn_interface_open_config) on which the IP address was lost. Applications can use this callback to be informed when the DHCP server is unable to assign a new IP address and the lease for a previous IP address has expired.
|