HomeSort by relevance Sort by last modified time
    Searched refs:DHCPACK (Results 1 - 11 of 11) sorted by null

  /external/qemu/slirp/
bootp.h 74 #define DHCPACK 5
bootp.c 251 *q++ = DHCPACK;
  /external/qemu/slirp-android/
bootp.h 74 #define DHCPACK 5
bootp.c 255 *q++ = DHCPACK;
  /system/core/libnetutils/
dhcpmsg.h 50 /* (DHCPOFFER and DHCPACK) */
96 #define DHCPACK 5
dhcpclient.c 143 case DHCPACK: return "ack";
511 if (info.type == DHCPACK) {
  /external/tcpdump/
bootp.h 201 #define DHCPACK 5
print-bootp.c 348 { DHCPACK, "ACK" },
  /external/grub/netboot/
etherboot.h 200 #define DHCPACK 5
main.c 657 if (dhcp_reply == DHCPACK)
  /external/dnsmasq/src/
rfc2131.c 75 #define DHCPACK 5
760 option_put(mess, end, OPTION_MESSAGE_TYPE, 1, DHCPACK);
808 mess_type == DHCPDISCOVER ? DHCPOFFER : DHCPACK);
    [all...]

Completed in 297 milliseconds