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

/external/syslinux/gpxe/src/net/
H A Dfakedhcp.c127 * Create fake DHCPACK packet
141 /* Create base DHCPACK packet */
142 if ( ( rc = dhcp_create_packet ( &dhcppkt, netdev, DHCPACK, NULL, 0,
144 DBG ( "Could not create DHCPACK: %s\n", strerror ( rc ) );
153 DBG ( "Could not set DHCPACK global settings: %s\n",
159 DBG ( "Could not set DHCPACK netdev settings: %s\n",
188 /* No PXE boot server; return the regular DHCPACK */
192 /* Create base DHCPACK packet */
193 if ( ( rc = dhcp_create_packet ( &dhcppkt, netdev, DHCPACK, NULL, 0,
/external/syslinux/gpxe/src/include/
H A Dbootp.h167 #define DHCPACK 5 macro
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddhcp_snoop.c91 if (msgtype == DHCPACK) {
95 /* DHCPACK for DHCPREQUEST */
100 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");
274 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK &&
/external/wpa_supplicant_8/src/ap/
H A Ddhcp_snoop.c91 if (msgtype == DHCPACK) {
95 /* DHCPACK for DHCPREQUEST */
100 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");
274 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK &&
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddhcp_snoop.c91 if (msgtype == DHCPACK) {
95 /* DHCPACK for DHCPREQUEST */
100 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");
274 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK &&
/external/wpa_supplicant_8/hostapd/src/common/
H A Ddhcp.h211 DHCPACK = 5, enumerator in enum:dhcp_message_types
/external/wpa_supplicant_8/src/common/
H A Ddhcp.h211 DHCPACK = 5, enumerator in enum:dhcp_message_types
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddhcp.h211 DHCPACK = 5, enumerator in enum:dhcp_message_types
/external/syslinux/gpxe/src/net/udp/
H A Ddhcp.c66 [DHCPACK] = BOOTP_REPLY,
134 case DHCPACK: return "DHCPACK";
630 if ( msgtype /* BOOTP */ && ( msgtype != DHCPACK ) )
758 if ( msgtype != DHCPACK && msgtype != DHCPOFFER )
917 if ( msgtype != DHCPACK )
1393 * DHCPACK (and ProxyDHCPACK, if applicable) will be registered as
/external/syslinux/gpxe/src/include/gpxe/
H A Ddhcp.h195 #define DHCPACK 5 macro
/external/tcpdump/
H A Dprint-bootp.c232 #define DHCPACK 5 macro
575 { DHCPACK, "ACK" },
/external/dnsmasq/src/
H A Drfc2131.c75 #define DHCPACK 5 macro
760 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK);
808 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK);
1221 log_packet("DHCPACK", &mess->yiaddr, emac, emac_len, iface_name, hostname, mess->xid);
1224 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK);
1262 log_packet("DHCPACK", &mess->ciaddr, emac, emac_len, iface_name, hostname, mess->xid);
1279 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK);
/external/toybox/toys/pending/
H A Ddhcp.c95 #define DHCPACK 5 macro
1480 if (msgType == DHCPACK) {
H A Ddhcpd.c64 #define DHCPACK 5 macro
2031 msgtype = DHCPACK;

Completed in 187 milliseconds