Home
last modified time | relevance | path

Searched refs:DHCPNAK (Results 1 – 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddhcp.h218 DHCPNAK = 6, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddhcp.h218 DHCPNAK = 6, enumerator
/third_party/toybox/toys/pending/
Ddhcp.c96 #define DHCPNAK 6 macro
1459 if (msgType != DHCPNAK && result.ipaddr.s_addr == 0 ) continue; // no ip for me ignore in dhcp_main()
1500 } else if (msgType == DHCPNAK) { in dhcp_main()
Ddhcpd.c65 #define DHCPNAK 6 macro
2016 msgtype = DHCPNAK; in dhcpd_main()
2044 msgtype = DHCPNAK; in dhcpd_main()
/third_party/lwip/
DCHANGELOG3319 address entirely on receiving a DHCPNAK, and restarting discovery.