HomeSort by relevance Sort by last modified time
    Searched defs:DHCPDISCOVER (Results 1 - 6 of 6) sorted by null

  /system/core/libnetutils/
dhcpmsg.h 92 #define DHCPDISCOVER 1
  /external/qemu/slirp/
bootp.h 71 #define DHCPDISCOVER 1
  /external/qemu/slirp-android/
bootp.h 71 #define DHCPDISCOVER 1
  /external/tcpdump/
bootp.h 197 #define DHCPDISCOVER 1
  /external/dnsmasq/src/
rfc2131.c 71 #define DHCPDISCOVER 1
194 if ((option_find(mess, sz, OPTION_REQUESTED_IP, INADDRSZ) || mess_type == DHCPDISCOVER))
782 if ((mess_type == DHCPDISCOVER || mess_type == DHCPREQUEST) &&
788 if (mess_type == DHCPDISCOVER || mess->ciaddr.s_addr == 0)
808 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK);
880 case DHCPDISCOVER:
940 log_packet("DHCPDISCOVER", opt ? option_ptr(opt, 0) : NULL, emac, emac_len, iface_name, message, mess->xid);
    [all...]
  /external/grub/netboot/
etherboot.h 197 #define DHCPDISCOVER 1

Completed in 798 milliseconds