Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dfakedhcp.c142 if ( ( rc = dhcp_create_packet ( &dhcppkt, netdev, DHCPACK, NULL, 0, in create_fakedhcpack()
193 if ( ( rc = dhcp_create_packet ( &dhcppkt, netdev, DHCPACK, NULL, 0, in create_fakepxebsack()
/external/syslinux/gpxe/src/include/
Dbootp.h167 #define DHCPACK 5 macro
/external/wpa_supplicant_8/src/ap/
Ddhcp_snoop.c91 if (msgtype == DHCPACK) { in handle_dhcp()
Dfils_hlp.c247 } else if (msgtype != DHCPACK) { in fils_dhcp_handler()
274 if (hapd->conf->dhcp_rapid_commit_proxy && msgtype == DHCPACK && in fils_dhcp_handler()
/external/syslinux/gpxe/src/net/udp/
Ddhcp.c66 [DHCPACK] = BOOTP_REPLY,
134 case DHCPACK: return "DHCPACK"; in dhcp_msgtype_name()
630 if ( msgtype /* BOOTP */ && ( msgtype != DHCPACK ) ) in dhcp_request_rx()
758 if ( msgtype != DHCPACK && msgtype != DHCPOFFER ) in dhcp_proxy_rx()
917 if ( msgtype != DHCPACK ) in dhcp_pxebs_rx()
/external/wpa_supplicant_8/src/common/
Ddhcp.h211 DHCPACK = 5, enumerator
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h195 #define DHCPACK 5 macro
/external/tcpdump/
Dprint-bootp.c232 #define DHCPACK 5 macro
575 { DHCPACK, "ACK" },
/external/dnsmasq/src/
Drfc2131.c75 #define DHCPACK 5 macro
760 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK); in dhcp_reply()
808 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK); in dhcp_reply()
1224 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK); in dhcp_reply()
1279 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK); in dhcp_reply()
/external/toybox/toys/pending/
Ddhcp.c95 #define DHCPACK 5 macro
1480 if (msgType == DHCPACK) { in dhcp_main()
Ddhcpd.c64 #define DHCPACK 5 macro
2031 msgtype = DHCPACK; in dhcpd_main()