Searched refs:DHCPACK (Results 1 – 11 of 11) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | fakedhcp.c | 142 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/ |
D | bootp.h | 167 #define DHCPACK 5 macro
|
/external/wpa_supplicant_8/src/ap/ |
D | dhcp_snoop.c | 91 if (msgtype == DHCPACK) { in handle_dhcp()
|
D | fils_hlp.c | 247 } 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/ |
D | dhcp.c | 66 [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/ |
D | dhcp.h | 211 DHCPACK = 5, enumerator
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | dhcp.h | 195 #define DHCPACK 5 macro
|
/external/tcpdump/ |
D | print-bootp.c | 232 #define DHCPACK 5 macro 575 { DHCPACK, "ACK" },
|
/external/dnsmasq/src/ |
D | rfc2131.c | 75 #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/ |
D | dhcp.c | 95 #define DHCPACK 5 macro 1480 if (msgType == DHCPACK) { in dhcp_main()
|
D | dhcpd.c | 64 #define DHCPACK 5 macro 2031 msgtype = DHCPACK; in dhcpd_main()
|