Home
last modified time | relevance | path

Searched refs:dhcp_interface_shutdown_hook (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddiscover.c60 int (*dhcp_interface_shutdown_hook) (struct interface_info *); variable
1512 if (dhcp_interface_shutdown_hook)
1513 (*dhcp_interface_shutdown_hook) (interface);
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h3379 extern int (*dhcp_interface_shutdown_hook) (struct interface_info *);
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c173 dhcp_interface_shutdown_hook = dhclient_interface_shutdown_hook; in setup()