Function cb_dhcp_new_ip_fnc
DHCP 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.
DHCP Client
Function xn_set_dhcp_callback
Function cb_dhcp_no_ip_fnc
|