HomeSort by relevance Sort by last modified time
    Searched refs:ancount (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium_org/cloud_print/gcp20/prototype/
dns_packet_parser.cc 18 reader.ReadU16(&header_.ancount) &&
dns_response_builder.cc 32 header_.ancount = 0;
134 DCHECK_EQ(static_cast<size_t>(header_.ancount + header_.arcount),
142 writer.WriteU16(header_.ancount) &&
182 responses_.insert(responses_.begin() + header_.ancount, response);
183 ++header_.ancount;
  /external/tcpdump/
print-domain.c 582 register int qdcount, ancount, nscount, arcount; local
590 ancount = EXTRACT_16BITS(&np->ancount);
622 printf(" %d/%d/%d", ancount, nscount, arcount);
623 if (ancount--) {
626 while (cp < snapend && ancount--) {
632 if (ancount > 0)
676 if (ancount != 1)
677 printf(" [%da]", ancount);
680 if (ancount)
    [all...]
nameser.h 232 u_int16_t ancount; /* number of answer entries */ member in struct:__anon15150
  /external/chromium_org/net/dns/
dns_protocol.h 31 // | ANCOUNT |
82 uint16 ancount; member in struct:net::dns_protocol::Header
dns_response.cc 231 return base::NetToHost16(header()->ancount);
296 unsigned ancount = answer_count(); local
297 for (unsigned i = 0; i < ancount; ++i) {
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 211 int qdcount, ancount, rdlength; local
254 ancount = ntohs(hp->ancount);
277 while (ancount-- && cp < eom) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 80 unsigned ancount :16; /*%< number of answer entries */ member in struct:__anon25410
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 80 unsigned ancount :16; /*%< number of answer entries */ member in struct:__anon27146
  /bionic/libc/dns/resolv/
res_query.c 184 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
189 ntohs(hp->ancount),
res_mkquery.c 215 hp->ancount = htons(1);
  /external/dnsmasq/src/
rfc1035.c 424 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount) + ntohs(header->arcount),
480 if (!(ansp = skip_section(ansp, ntohs(header->ancount) + ntohs(header->nscount), header, plen)))
590 !(p = do_doctor(p, ntohs(header->ancount), header, qlen)))
690 for (j = ntohs(header->ancount); j != 0; j--)
768 for (j = ntohs(header->ancount); j != 0; j--)
911 header->ancount = htons(0); /* no answers unless changed below */
921 header->ancount = htons(1);
929 header->ancount = htons(1);
987 for (i = ntohs(header->ancount); i != 0; i--)
    [all...]
nameser.h 315 unsigned ancount :16; /* number of answer entries */ member in struct:__anon4140
  /bionic/libc/dns/net/
getaddrinfo.c 1315 int type, class, ancount, qdcount; local
2153 int ancount; local
    [all...]
  /bionic/libc/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon148
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon1888
  /external/libpcap/Win32/Include/arpa/
nameser.h 282 unsigned ancount :16; /* number of answer entries */ member in struct:__anon8270
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 142 unsigned ancount :16; /* number of answer entries */ member in struct:__anon24001
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 142 unsigned ancount :16; /* number of answer entries */ member in struct:__anon30976
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon55020
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon55788
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon56556
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon57334
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon58112
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon58889

Completed in 513 milliseconds

1 2