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

  /external/qemu/slirp/
bootp.h 73 #define DHCPREQUEST 3
bootp.c 148 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr.s_addr) {
173 dhcp_msg_type = DHCPREQUEST; /* Force reply for old BOOTP clients */
176 dhcp_msg_type != DHCPREQUEST)
248 } else /* DHCPREQUEST */ {
  /external/qemu/slirp-android/
bootp.h 73 #define DHCPREQUEST 3
bootp.c 153 if (*pmsg_type == DHCPREQUEST && !*preq_addr && bp->bp_ciaddr) {
178 dhcp_msg_type = DHCPREQUEST; /* Force reply for old BOOTP clients */
181 dhcp_msg_type != DHCPREQUEST)
252 } else /* DHCPREQUEST */ {
  /system/core/libnetutils/
dhcpmsg.h 94 #define DHCPREQUEST 3
dhcpmsg.c 78 x = init_dhcp_msg(msg, DHCPREQUEST, hwaddr, xid);
dhcpclient.c 163 case DHCPREQUEST: return "request";
  /external/tcpdump/
bootp.h 199 #define DHCPREQUEST 3
print-bootp.c 346 { DHCPREQUEST, "Request" },
  /external/grub/netboot/
etherboot.h 199 #define DHCPREQUEST 3
main.c 89 static const unsigned char dhcprequest[] = variable
91 RFC2132_MSG_TYPE, 1, DHCPREQUEST,
631 dhcprequest, sizeof dhcprequest);
633 + sizeof dhcprequest,
  /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...]

Completed in 331 milliseconds