Searched refs:DHCPDISCOVER (Results 1 – 11 of 11) sorted by relevance
/external/qemu/slirp-android/ |
D | bootp.c | 180 if (dhcp_msg_type != DHCPDISCOVER && in bootp_reply() 193 if (dhcp_msg_type == DHCPDISCOVER) { in bootp_reply() 245 (dhcp_msg_type == DHCPDISCOVER) ? "offered" : "ack'ed", in bootp_reply() 248 if (dhcp_msg_type == DHCPDISCOVER) { in bootp_reply()
|
D | bootp.h | 71 #define DHCPDISCOVER 1 macro
|
/external/qemu/slirp/ |
D | bootp.c | 175 if (dhcp_msg_type != DHCPDISCOVER && in bootp_reply() 188 if (dhcp_msg_type == DHCPDISCOVER) { in bootp_reply() 241 (dhcp_msg_type == DHCPDISCOVER) ? "offered" : "ack'ed", in bootp_reply() 244 if (dhcp_msg_type == DHCPDISCOVER) { in bootp_reply()
|
D | bootp.h | 71 #define DHCPDISCOVER 1 macro
|
/external/tcpdump/ |
D | bootp.h | 196 #define DHCPDISCOVER 1 macro
|
D | print-bootp.c | 344 { DHCPDISCOVER, "Discover" },
|
/external/grub/netboot/ |
D | etherboot.h | 197 #define DHCPDISCOVER 1 macro
|
D | main.c | 82 RFC2132_MSG_TYPE, 1, DHCPDISCOVER,
|
/external/dnsmasq/src/ |
D | rfc2131.c | 71 #define DHCPDISCOVER 1 macro 194 if ((option_find(mess, sz, OPTION_REQUESTED_IP, INADDRSZ) || mess_type == DHCPDISCOVER)) in dhcp_reply() 782 if ((mess_type == DHCPDISCOVER || mess_type == DHCPREQUEST) && in dhcp_reply() 788 if (mess_type == DHCPDISCOVER || mess->ciaddr.s_addr == 0) in dhcp_reply() 808 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK); in dhcp_reply() 880 case DHCPDISCOVER: in dhcp_reply()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 495 + if (mess_type == DHCPREQUEST || mess_type == DHCPDISCOVER)
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 928 No longer assume that ciaddr is zero in received DHCPDISCOVER 1509 DHCPDISCOVER messages repeatedly and fast. Because dealing with
|