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