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

  /system/core/libnetutils/
dhcpmsg.h 50 /* (DHCPOFFER and DHCPACK) */
93 #define DHCPOFFER 2
dhcpclient.c 138 case DHCPOFFER: return "offer";
431 if ( info.type == DHCPOFFER ) {
503 if (info.type == DHCPOFFER) {
  /external/syslinux/gpxe/src/include/
bootp.h 165 #define DHCPOFFER 2
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 63 [DHCPOFFER] = BOOTP_REPLY,
131 case DHCPOFFER: return "DHCPOFFER";
387 * Handle received DHCPOFFER during any state
471 ( ( msgtype == DHCPOFFER ) || ( ! msgtype /* BOOTP */ ) ) )
474 if ( has_pxeclient && ( msgtype == DHCPOFFER ) )
497 * DHCPOFFER, and either:
499 * o The DHCPOFFER instructs us to ignore ProxyDHCPOFFERs, or
504 /* If we don't yet have a DHCPOFFER, do nothing */
604 if ( msgtype == DHCPOFFER ) {
    [all...]
  /external/wpa_supplicant_8/src/common/
dhcp.h 208 DHCPOFFER = 2,
  /external/syslinux/gpxe/src/include/gpxe/
dhcp.h 192 #define DHCPOFFER 2
  /external/tcpdump/
print-bootp.c 228 #define DHCPOFFER 2
567 { DHCPOFFER, "Offer" },
  /external/toybox/toys/pending/
dhcp.c 93 #define DHCPOFFER 2
    [all...]
dhcpd.c 61 #define DHCPOFFER 2
    [all...]
  /external/wpa_supplicant_8/src/ap/
fils_hlp.c 37 struct dhcp_data *dhcpoffer, u8 *dhcpofferend)
93 /* Copy Server ID option from DHCPOFFER to DHCPREQUEST */
94 pos = (u8 *) (dhcpoffer + 1);
125 wpabuf_put_data(sta->hlp_dhcp_discover, &dhcpoffer->your_ip, 4);
240 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPOFFER &&
  /external/dnsmasq/src/
rfc2131.c 72 #define DHCPOFFER 2
808 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK);
945 log_packet("DHCPOFFER" , &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid);
955 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPOFFER);
958 /* T1 and T2 are required in DHCPOFFER by HP's wacky Jetdirect client. */
    [all...]

Completed in 414 milliseconds