Home
last modified time | relevance | path

Searched refs:dhcp_stop (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/include/lwip/
Dnetifapi.h98 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL)
Ddhcp.h119 void dhcp_stop(struct netif *netif);
/lib/liblwip/src/core/
Ddhcp.c694 dhcp_stop(netif); in dhcp_start()
1220 dhcp_stop(struct netif *netif) in dhcp_stop() function
/lib/liblwip/
DCHANGELOG1480 * dhcp.c: fixed bug #22804: dhcp_stop doesn't clear NETIF_FLAG_DHCP