HomeSort by relevance Sort by last modified time
    Searched refs:DHCPACK (Results 1 - 9 of 9) 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";
513 if (info.type == DHCPACK) {
  /external/tcpdump/
bootp.h 202 #define DHCPACK 5
print-bootp.c 348 { DHCPACK, "ACK" },
  /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 422 milliseconds