/external/qemu/slirp/ |
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 */ {
|
bootp.h | 73 #define DHCPREQUEST 3
|
/external/qemu/slirp-android/ |
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 */ {
|
bootp.h | 73 #define DHCPREQUEST 3
|
/system/core/libnetutils/ |
dhcpmsg.c | 78 x = init_dhcp_msg(msg, DHCPREQUEST, hwaddr, xid);
|
dhcpmsg.h | 94 #define DHCPREQUEST 3
|
dhcpclient.c | 141 case DHCPREQUEST: return "request";
|
/external/tcpdump/ |
bootp.h | 199 #define DHCPREQUEST 3
|
print-bootp.c | 346 { DHCPREQUEST, "Request" },
|
/external/grub/netboot/ |
main.c | 89 static const unsigned char dhcprequest[] = variable 91 RFC2132_MSG_TYPE, 1, DHCPREQUEST, 631 dhcprequest, sizeof dhcprequest); 633 + sizeof dhcprequest,
|
etherboot.h | 199 #define DHCPREQUEST 3
|
/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/dnsmasq/contrib/lease-access/ |
lease.access.patch | 495 + if (mess_type == DHCPREQUEST || mess_type == DHCPDISCOVER)
|
/external/qemu/ |
Changelog | 298 - DHCP fix for Windows (accept DHCPREQUEST alone)
|
/external/dnsmasq/ |
CHANGELOG.archive | 744 Subtle change to the DHCPREQUEST handling code to work [all...] |
/external/grub/ |
ChangeLog | [all...] |