Home
last modified time | relevance | path

Searched refs:DHCPREQUEST (Results 1 – 7 of 7) sorted by relevance

/external/qemu/slirp2/
Dbootp.c146 dhcp_msg_type = DHCPREQUEST; /* Force reply for old BOOTP clients */ in bootp_reply()
149 dhcp_msg_type != DHCPREQUEST) in bootp_reply()
202 } else if (dhcp_msg_type == DHCPREQUEST) { in bootp_reply()
209 dhcp_msg_type == DHCPREQUEST) { in bootp_reply()
Dbootp.h72 #define DHCPREQUEST 3 macro
/external/tcpdump/
Dbootp.h198 #define DHCPREQUEST 3 macro
Dprint-bootp.c346 { DHCPREQUEST, "Request" },
/external/grub/netboot/
Detherboot.h199 #define DHCPREQUEST 3 macro
Dmain.c91 RFC2132_MSG_TYPE, 1, DHCPREQUEST,
/external/qemu/
DChangelog119 - DHCP fix for Windows (accept DHCPREQUEST alone)