Searched refs:dhcp_stop (Results 1 – 5 of 5) sorted by relevance
98 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL)
119 void dhcp_stop(struct netif *netif);
304 void dhcp_stop(struct interface *);
690 dhcp_stop(netif); in dhcp_start()1230 dhcp_stop(struct netif *netif) in dhcp_stop() function
1181 * dhcp.c: fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP