HomeSort by: relevance | last modified time | path
    Searched refs:DHCPACK (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 114 #define DHCPACK 5
bootp.c 205 expected_dhcpmsgtype = DHCPACK;
  /src/external/mpl/dhcp/dist/includes/
dhcp.h 174 #define DHCPACK 5
  /src/external/bsd/wpa/dist/src/ap/
dhcp_snoop.c 102 if (msgtype == DHCPACK) {
106 /* DHCPACK for DHCPREQUEST */
111 wpa_printf(MSG_DEBUG, "dhcp_snoop: Found DHCPACK for " MACSTR
fils_hlp.c 243 * 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 &&
  /src/external/bsd/wpa/dist/src/common/
dhcp.h 217 DHCPACK = 5,
  /src/sys/nfs/
nfs_bootdhcp.c 203 #define DHCPACK 5
662 bpc.expected_dhcpmsgtype = DHCPACK;
  /src/external/bsd/tcpdump/dist/
print-bootp.c 230 #define DHCPACK 5
567 { DHCPACK, "ACK" },
  /src/external/mpl/dhcp/dist/server/
dhcp.c 83 "DHCPACK",
280 case DHCPACK:
670 send a DHCPACK to the DHCPREQUEST, they are then going
768 ack_lease (packet, lease, DHCPACK, 0, msgbuf, ms_nulltp,
1101 unsigned char dhcpack = DHCPACK; local
1536 &dhcpack, 1, 0, 0, MDL)) {
1680 "DHCP4o6 DHCPACK to %s (%s) via", piaddr(cip),
1746 snprintf(msgbuf, sizeof msgbuf, "DHCPACK to %s (%s) via", piaddr(cip),
2832 if (offer == DHCPACK)
    [all...]
  /src/external/mpl/dhcp/dist/common/
options.c 89 op -> data.data [0] != DHCPACK &&
  /src/external/mpl/dhcp/dist/client/
dhclient.c 1237 * acked_leases: leases corresponding to DHCPACK messages that have been
1325 /* check_v6only is called by dhcpoffer and dhcpack. It checks if a
1504 /* Toss the lease we picked - we'll get it back in a DHCPACK. */
1531 /* state_requesting is called when we receive a DHCPACK message after
1534 void dhcpack (packet) function
1550 if (!client || compare_hw_address("DHCPACK", packet) == ISC_TRUE)
1558 log_debug ("DHCPACK in wrong state.");
1563 log_info ("DHCPACK of %s from %s",
1946 case DHCPACK:
1947 handler = dhcpack;
    [all...]
  /src/external/mpl/dhcp/dist/
configure 1462 --enable-delayed-ack queues multiple DHCPACK replies (default is yes)

Completed in 60 milliseconds