Searched refs:dhcp_decline (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/core/lwip/src/core/
H A Ddhcp.c142 static err_t dhcp_decline(struct netif *netif);
813 dhcp_decline(netif);
828 dhcp_decline(struct netif *netif) function
833 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_decline()\n"));
848 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_decline: BACKING OFF\n"));
851 ("dhcp_decline: could not allocate DHCP request\n"));
856 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_decline(): set request timeout %"U16_F" msecs\n", msecs));
/external/dhcpcd-6.8.2/
H A Ddhcp.c1879 dhcp_decline(struct interface *ifp) function
2590 dhcp_decline(astate->iface);
2785 dhcp_decline(astate->iface);
3041 dhcp_decline(ifp);

Completed in 93 milliseconds