Home
last modified time | relevance | path

Searched refs:DHCPACK (Results 1 – 8 of 8) sorted by relevance

/freebsd/stand/libsa/
H A Dbootp.h119 #define DHCPACK 5 macro
H A Dbootp.c202 expected_dhcpmsgtype = DHCPACK; in bootp()
328 ((dhcp_ok == 1 && expected_dhcpmsgtype == DHCPACK) || in bootprecv()
/freebsd/sbin/dhclient/
H A Ddhcp.h186 #define DHCPACK 5 macro
H A Ddhclient.c1006 case DHCPACK: in dhcp()
/freebsd/contrib/wpa/src/ap/
H A Ddhcp_snoop.c102 if (msgtype == DHCPACK) { in handle_dhcp()
H A Dfils_hlp.c247 } else if (msgtype != DHCPACK) { in fils_dhcp_handler()
275 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK && in fils_dhcp_handler()
/freebsd/contrib/wpa/src/common/
H A Ddhcp.h235 DHCPACK = 5, enumerator
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c225 #define DHCPACK 5 macro
562 { DHCPACK, "ACK" },