Searched defs:dhcp_stop (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/core/
H A Ddhcp.c64 * Use dhcp_release(netif) to end the lease and use dhcp_stop(netif)
690 dhcp_stop(netif);
1230 dhcp_stop(struct netif *netif) function
1233 LWIP_ERROR("dhcp_stop: netif != NULL", (netif != NULL), return;);
1238 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_stop()\n"));

Completed in 185 milliseconds