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

/external/syslinux/core/lwip/src/core/
H A Ddhcp.c60 * dhcp_start(struct netif *netif);
97 * MTU is checked to be big enough in dhcp_start */
577 * Using this prevents dhcp_start to allocate it using mem_malloc.
625 dhcp_start(struct netif *netif) function
632 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));
639 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start(): No ETHARP netif\n"));
645 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start(): Cannot use this netif with DHCP: MTU is too small\n"));
651 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start(): starting new DHCP client\n"));
654 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start(): could not allocate dhcp\n"));
659 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_start()
[all...]
/external/dhcpcd-6.8.2/
H A Ddhcp.c2419 /* dhcp_start may just have been called and we don't yet have a state
3488 /* We need to drop the leasefile so that dhcp_start
3723 dhcp_start(struct interface *ifp) function
H A Ddhcp.h303 void dhcp_start(struct interface *);
314 #define dhcp_start(a) {} macro

Completed in 90 milliseconds