Home |
Function cb_dhcp_new_ip_fnc |
Function cb_dhcp_new_ip_fncDHCP client callback function to announce a new IP address on an interface. void cb_dhcp_new_ip_fnc(int interface); ParametersinterfaceInterface number (as returned by xn_interface_open or xn_interface_open_config) on which a new IP address was received. Applications can use this callback to be informed of a new IP address assigned by a DHCP server. The actual IP address can be queried using xn_interface_info.
|