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

/vbox/src/VBox/Devices/Network/lwip/src/core/
H A Ddhcp.c101 static err_t dhcp_decline(struct netif *netif);
652 dhcp_decline(netif);
664 static err_t dhcp_decline(struct netif *netif) function
669 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | 3, ("dhcp_decline()\n"));
694 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | DBG_STATE, ("dhcp_decline: BACKING OFF\n"));
696 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE | 2, ("dhcp_decline: could not allocate DHCP request\n"));
701 LWIP_DEBUGF(DHCP_DEBUG | DBG_TRACE, ("dhcp_decline(): set request timeout %"U16_F" msecs\n", msecs));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Ddhcp.c153 static err_t dhcp_decline(struct netif *netif);
815 dhcp_decline(netif);
830 dhcp_decline(struct netif *netif) function
835 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_decline()\n"));
850 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("dhcp_decline: BACKING OFF\n"));
853 ("dhcp_decline: could not allocate DHCP request\n"));
858 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE, ("dhcp_decline(): set request timeout %"U16_F" msecs\n", msecs));

Completed in 48 milliseconds