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

  /system/core/libnetutils/
dhcpmsg.h 94 #define DHCPREQUEST 3
dhcpmsg.c 78 x = init_dhcp_msg(msg, DHCPREQUEST, hwaddr, xid);
dhcpclient.c 139 case DHCPREQUEST: return "request";
  /external/syslinux/gpxe/src/include/
bootp.h 166 #define DHCPREQUEST 3
  /external/wpa_supplicant_8/src/common/
dhcp.h 209 DHCPREQUEST = 3,
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 64 [DHCPREQUEST] = BOOTP_REQUEST,
132 case DHCPREQUEST: return "DHCPREQUEST";
509 /* If we can't yet transition to DHCPREQUEST, do nothing */
516 /* Transition to DHCPREQUEST */
564 DBGC ( dhcp, "DHCP %p DHCPREQUEST to %s:%d",
691 .tx_msgtype = DHCPREQUEST,
797 * to DHCPREQUEST (since they might not be proxied
823 .tx_msgtype = DHCPREQUEST,
970 .tx_msgtype = DHCPREQUEST,
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
dhcp.h 193 #define DHCPREQUEST 3
  /external/toybox/toys/pending/
dhcp.c 94 #define DHCPREQUEST 3
1023 case DHCPREQUEST: // Send REQUEST message to the server that sent the *first* OFFER
    [all...]
dhcpd.c 62 #define DHCPREQUEST 3
    [all...]
  /external/tcpdump/
print-bootp.c 229 #define DHCPREQUEST 3
568 { DHCPREQUEST, "Request" },
  /external/dnsmasq/src/
rfc2131.c 73 #define DHCPREQUEST 3
722 if ((mess_type == DHCPREQUEST || mess_type == DHCPINFORM) &&
781 /* proxy DHCP here. The DHCPREQUEST stuff is for gPXE */
782 if ((mess_type == DHCPDISCOVER || mess_type == DHCPREQUEST) &&
    [all...]
  /external/wpa_supplicant_8/src/ap/
fils_hlp.c 51 /* Convert to DHCPREQUEST, remove rapid commit option, replace requested
73 *pos = DHCPREQUEST;
93 /* Copy Server ID option from DHCPOFFER to DHCPREQUEST */

Completed in 384 milliseconds