Home
last modified time | relevance | path

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

/lib/liblwip/src/include/ipv4/lwip/
Dautoip.h101 err_t autoip_stop(struct netif *netif);
/lib/liblwip/src/include/lwip/
Dnetifapi.h100 #define netifapi_autoip_stop(n) netifapi_netif_common(n, NULL, autoip_stop)
/lib/liblwip/src/core/ipv4/
Dautoip.c381 autoip_stop(struct netif *netif) in autoip_stop() function
/lib/liblwip/src/core/
Ddhcp.c787 autoip_stop(netif); in dhcp_network_changed()
996 autoip_stop(netif); in dhcp_bind()
1233 autoip_stop(netif); in dhcp_stop()