Searched refs:dhcp_start (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/include/lwip/lwip/
H A Dnetifapi.h90 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start)
H A Ddhcp.h115 err_t dhcp_start(struct netif *netif);
/barrelfish-master/include/lwip2/lwip/
H A Ddhcp.h113 err_t dhcp_start(struct netif *netif);
H A Dnetifapi.h114 #define netifapi_dhcp_start(n) netifapi_netif_common(n, NULL, dhcp_start)
/barrelfish-master/lib/netd/
H A Dlwipinit.c132 err_t err = dhcp_start(nf_ptr);
/barrelfish-master/lib/net/
H A Ddhcp.c83 err_t lwip_err = dhcp_start(&st->netif);
/barrelfish-master/lib/lwip/src/core/
H A Ddhcp.c62 * dhcp_start(struct netif *netif);
99 * MTU is checked to be big enough in dhcp_start */
626 err_t dhcp_start(struct netif *netif) function
635 ("dhcp_start(netif=%p) %c%c%" U16_F "\n", (void *) netif,
644 ("dhcp_start(): Cannot use this netif with DHCP: MTU is too small\n"));
652 ("dhcp_start(): starting new DHCP client\n"));
656 ("dhcp_start(): could not allocate dhcp\n"));
662 ("dhcp_start(): allocated dhcp"));
666 ("dhcp_start(): restarting DHCP configuration\n"));
680 ("dhcp_start()
[all...]
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Ddhcp.c18 * dhcp_start() starts a DHCP client instance which
98 * MTU is checked to be big enough in dhcp_start */
670 * Using this prevents dhcp_start to allocate it using mem_malloc.
721 dhcp_start(struct netif *netif) function
729 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_start(netif=%p) %c%c%"U16_F"\n", (void*)netif, netif->name[0], netif->name[1], (u16_t)netif->num));
733 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start(): Cannot use this netif with DHCP: MTU is too small\n"));
739 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start(): starting new DHCP client\n"));
742 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start(): could not allocate dhcp\n"));
748 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start(): allocated dhcp"));
751 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_start()
[all...]

Completed in 109 milliseconds