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

/barrelfish-master/include/lwip/lwip/
H A Dnetifapi.h91 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL)
H A Ddhcp.h118 /** release the DHCP lease, usually called before dhcp_stop()*/
121 void dhcp_stop(struct netif *netif);
/barrelfish-master/include/lwip2/lwip/
H A Ddhcp.h116 void dhcp_stop(struct netif *netif);
H A Dnetifapi.h116 #define netifapi_dhcp_stop(n) netifapi_netif_common(n, dhcp_stop, NULL)
/barrelfish-master/lib/net/
H A Ddhcp.c99 dhcp_stop(&st->netif);
129 dhcp_stop(&st->netif);
/barrelfish-master/lib/lwip/src/core/
H A Ddhcp.c66 * Use dhcp_release(netif) to end the lease and use dhcp_stop(netif)
699 dhcp_stop(netif);
1271 void dhcp_stop(struct netif *netif) function
1275 LWIP_ERROR("dhcp_stop: netif != NULL", (netif != NULL), return;
1280 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | 3, ("dhcp_stop()\n"));
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Ddhcp.c21 * Use dhcp_release() to end the lease and use dhcp_stop()
785 dhcp_stop(netif);
1275 * Release a DHCP lease (usually called before @ref dhcp_stop).
1343 dhcp_stop(struct netif *netif) function
1346 LWIP_ERROR("dhcp_stop: netif != NULL", (netif != NULL), return;);
1349 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_stop()\n"));

Completed in 120 milliseconds