Home
last modified time | relevance | path

Searched refs:netifapi_dhcp_stop (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dnetifapi.h126 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL) macro
/third_party/FreeBSD/sys/dev/usb/net/
Dusb_ethernet.c383 (void)netifapi_dhcp_stop(&sc->ac_if); in uether_ifdetach()