Searched refs:DHCPNAK (Results 1 - 5 of 5) sorted by relevance
/external/tcpdump/ |
H A D | bootp.h | 203 #define DHCPNAK 6 202 #define DHCPNAK macro
|
H A D | print-bootp.c | 349 { DHCPNAK, "NACK" },
|
/external/toybox/toys/pending/ |
H A D | dhcpd.c | 56 #define DHCPNAK 6 macro 1197 msgtype = DHCPNAK; 1220 msgtype = DHCPNAK;
|
H A D | dhcp.c | 99 #define DHCPNAK 6 macro 1457 if (msgType != DHCPNAK && result.ipaddr.s_addr == 0 ) continue; // no ip for me ignore 1498 } else if (msgType == DHCPNAK) {
|
/external/dnsmasq/src/ |
H A D | rfc2131.c | 76 #define DHCPNAK 6 macro 288 from the physical network, continue using that to allow correct DHCPNAK generation later. */ 1120 log_packet("DHCPNAK", &mess->yiaddr, emac, emac_len, iface_name, message, mess->xid); 1124 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPNAK);
|
Completed in 34 milliseconds