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

/external/qemu/slirp/
H A Dbootp.h73 #define DHCPREQUEST 3 macro
H A Dbootp.c148 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/
H A Dbootp.h73 #define DHCPREQUEST 3 macro
H A Dbootp.c153 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 */ {
/external/tcpdump/
H A Dbootp.h200 #define DHCPREQUEST 3
199 #define DHCPREQUEST macro
H A Dprint-bootp.c346 { DHCPREQUEST, "Request" },
/external/dnsmasq/src/
H A Drfc2131.c73 #define DHCPREQUEST 3 macro
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) &&
969 case DHCPREQUEST:
1048 log_packet("DHCPREQUEST", &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid);

Completed in 5349 milliseconds