HomeSort by relevance Sort by last modified time
    Searched refs:ancount (Results 1 - 25 of 29) 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;
136 DCHECK_EQ(static_cast<size_t>(header_.ancount + header_.arcount),
144 writer.WriteU16(header_.ancount) &&
184 responses_.insert(responses_.begin() + header_.ancount, response);
185 ++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:__anon35176
print-smb.c 1094 int qdcount, ancount, nscount, arcount; local
1106 ancount = EXTRACT_16BITS(data + 6);
1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,
1156 total = ancount + nscount + arcount;
    [all...]
  /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) {
dns_test_util.cc 121 header->ancount = base::HostToNet16(1);
  /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:__anon45533
  /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:__anon47269
  /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);
res_debug.c 289 int qdcount, ancount, nscount, arcount; local
300 ancount = ns_msg_count(handle, ns_s_an);
336 p_section(ns_s_an, (int)opcode), ancount);
353 if (qdcount == 0 && ancount == 0 &&
    [all...]
  /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:__anon24244
  /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:__anon147
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon1886
  /external/libpcap/Win32/Include/arpa/
nameser.h 282 unsigned ancount :16; /* number of answer entries */ member in struct:__anon28374
  /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:__anon44137
  /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:__anon51097
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon74082
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon75380
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/
nameser_compat.h 133 unsigned ancount :16; /* number of answer entries */ member in struct:__anon76690

Completed in 996 milliseconds

1 2