Searched refs:DHCPACK (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | dhcp_snoop.c | 100 if (msgtype == DHCPACK) { in handle_dhcp()
|
D | fils_hlp.c | 247 } else if (msgtype != DHCPACK) { in fils_dhcp_handler() 275 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK && in fils_dhcp_handler()
|
/external/wpa_supplicant_8/src/common/ |
D | dhcp.h | 217 DHCPACK = 5, enumerator
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_snp.c | 55 #define DHCPACK 5 macro
|
/external/tcpdump/ |
D | print-bootp.c | 232 #define DHCPACK 5 macro 576 { DHCPACK, "ACK" },
|
/external/dnsmasq/src/ |
D | rfc2131.c | 75 #define DHCPACK 5 macro 673 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK); in dhcp_reply() 716 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK); in dhcp_reply() 1085 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK); in dhcp_reply() 1132 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK); in dhcp_reply()
|
/external/toybox/toys/pending/ |
D | dhcp.c | 95 #define DHCPACK 5 macro 1480 if (msgType == DHCPACK) { in dhcp_main()
|
D | dhcpd.c | 64 #define DHCPACK 5 macro 2031 msgtype = DHCPACK; in dhcpd_main()
|