Searched defs:ancount (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/dns/
H A Ddns_protocol.h82 uint16 ancount; member in struct:net::dns_protocol::Header
H A Ddns_response.cc231 return base::NetToHost16(header()->ancount);
296 unsigned ancount = answer_count(); local
297 for (unsigned i = 0; i < ancount; ++i) {
/external/ipsec-tools/src/racoon/
H A Dgetcertsbyname.c211 int qdcount, ancount, rdlength; local
254 ancount = ntohs(hp->ancount);
277 while (ancount-- && cp < eom) {
/external/tcpdump/
H A Dprint-domain.c582 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...]
H A Dprint-smb.c1094 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;
H A Dnameser.h232 u_int16_t ancount; /* number of answer entries */ member in struct:__anon31459
/external/libpcap/Win32/Include/arpa/
H A Dnameser.h282 unsigned ancount :16; /* number of answer entries */ member in struct:__anon24572
/external/dnsmasq/src/
H A Dnameser.h315 unsigned ancount :16; /* number of answer entries */ member in struct:__anon20435
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c1936 int ancount = 0; local
1938 while (rr) { ancount++; rr = rr->next; }
1939 Log("%p : Question %##s; type %d; referenced by %d LLQs; %d answers:", a, a->name.c, a->type, a->refcount, ancount);

Completed in 2354 milliseconds