Searched refs:DHCPACK (Results 1 – 9 of 9) sorted by relevance
/external/qemu/slirp/ |
D | bootp.h | 74 #define DHCPACK 5 macro
|
D | bootp.c | 251 *q++ = DHCPACK; in bootp_reply()
|
/external/qemu/slirp-android/ |
D | bootp.h | 74 #define DHCPACK 5 macro
|
D | bootp.c | 255 *q++ = DHCPACK; in bootp_reply()
|
/external/tcpdump/ |
D | bootp.h | 200 #define DHCPACK 5 macro
|
D | print-bootp.c | 348 { DHCPACK, "ACK" },
|
/external/grub/netboot/ |
D | etherboot.h | 200 #define DHCPACK 5 macro
|
D | main.c | 657 if (dhcp_reply == DHCPACK) in bootp()
|
/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()
|