HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_decline (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
dhcp.c 142 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"));
836 result = dhcp_create_msg(netif, dhcp, DHCP_DECLINE);
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));
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c 94 { DHCP_DECLINE, "DECLINE" },
761 type != DHCP_DECLINE &&
765 if (type != DHCP_DECLINE && type != DHCP_RELEASE) {
787 if (type == DHCP_DECLINE ||
802 if (type == DHCP_DECLINE) {
1879 dhcp_decline(struct interface *ifp) function
    [all...]

Completed in 1941 milliseconds