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

/bionic/libc/include/arpa/
H A Dnameser_compat.h71 unsigned ancount :16; /* number of answer entries */ member in struct:__anon43
/bionic/tools/versioner/current/arpa/
H A Dnameser_compat.h71 unsigned ancount :16; /* number of answer entries */ member in struct:__anon2296
/bionic/libc/dns/net/
H A Dgethnamaddr.c209 int type, class, ancount, qdcount; local
243 ancount = ntohs(hp->ancount);
276 while (ancount-- > 0 && cp < eom && !had_error) {
H A Dgetaddrinfo.c1317 int type, class, ancount, qdcount; local
1345 ancount = ntohs(hp->ancount);
1378 while (ancount-- > 0 && cp < eom && !had_error) {
2163 int ancount; local
2169 ancount = 0;
2215 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
2219 printf(";; rcode = %u, ancount=%u\n", hp->rcode,
2220 ntohs(hp->ancount));
2225 ancount
[all...]
/bionic/libc/dns/resolv/
H A Dres_debug.c281 int qdcount, ancount, nscount, arcount; local
292 ancount = ns_msg_count(handle, ns_s_an);
328 p_section(ns_s_an, (int)opcode), ancount);
345 if (qdcount == 0 && ancount == 0 &&
H A Dres_cache.c1069 int ancount, n; local
1076 ancount = ns_msg_count(handle, ns_s_an);
1078 if (ancount == 0) {
1082 for (n = 0; n < ancount; n++) {
1089 XLOG("ns_parserr failed ancount no = %d. errno = %s\n", n, strerror(errno));

Completed in 101 milliseconds