Searched refs:dhcp_interface_shutdown_hook (Results 1 – 3 of 3) sorted by relevance
60 int (*dhcp_interface_shutdown_hook) (struct interface_info *); variable1512 if (dhcp_interface_shutdown_hook)1513 (*dhcp_interface_shutdown_hook) (interface);
3379 extern int (*dhcp_interface_shutdown_hook) (struct interface_info *);
173 dhcp_interface_shutdown_hook = dhclient_interface_shutdown_hook; in setup()