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

/freebsd-12-stable/stand/libsa/
H A Dbootp.h122 #define DHCPACK 5
121 #define DHCPACK macro
H A Dbootp.c207 expected_dhcpmsgtype = DHCPACK;
333 ((dhcp_ok == 1 && expected_dhcpmsgtype == DHCPACK) ||
/freebsd-12-stable/sbin/dhclient/
H A Ddhcp.h183 #define DHCPACK 5 macro
H A Ddhclient.c601 * acked_leases: leases corresponding to DHCPACK messages that have been
753 /* Toss the lease we picked - we'll get it back in a DHCPACK. */
760 /* state_requesting is called when we receive a DHCPACK message after
783 note("DHCPACK from %s", piaddr(packet->client_addr));
984 case DHCPACK:
986 type = "DHCPACK";
/freebsd-12-stable/contrib/wpa/src/ap/
H A Ddhcp_snoop.c100 if (msgtype == DHCPACK) {
104 /* DHCPACK for DHCPREQUEST */
109 wpa_printf(MSG_DEBUG, "dhcp_snoop: Found DHCPACK for " MACSTR
H A Dfils_hlp.c243 * the final DHCPACK to rapid commit version. */
247 } else if (msgtype != DHCPACK) {
249 "FILS: No DHCPACK available from the server and cannot do rapid commit proxying");
275 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK &&
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddhcp.h233 DHCPACK = 5, enumerator in enum:dhcp_message_types
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c232 #define DHCPACK 5 macro
577 { DHCPACK, "ACK" },

Completed in 87 milliseconds