Searched refs:dhcp_interface_startup_hook (Results 1 – 3 of 3) sorted by relevance
59 isc_result_t (*dhcp_interface_startup_hook) (struct interface_info *); variable1318 if (ip && dhcp_interface_startup_hook)1319 return (*dhcp_interface_startup_hook) (ip);1324 if (!ip && dhcp_interface_startup_hook)1325 return (*dhcp_interface_startup_hook) (ip);
2864 extern isc_result_t (*dhcp_interface_startup_hook) (struct interface_info *);
174 dhcp_interface_startup_hook = dhclient_interface_startup_hook; in setup()