/src/lib/libc/net/ |
hesiod.c | 415 int ancount, qdcount, i, j, n, skip, type, class, len; local in function:get_txt_records 441 ancount = ntohs(hp->ancount); 460 list = malloc((ancount + 1) * sizeof(char *)); 467 for (i = 0; i < ancount; i++) { 516 if (i < ancount) {
|
getnetnamadr.c | 177 int type, class, ancount, qdcount, haveanswer; local in function:getnetanswer 199 ancount = ntohs(hp->ancount); /* #/records in the answer section */ 224 while (--ancount >= 0 && cp < eom) {
|
gethnamaddr.c | 223 int type, class, ancount, qdcount; local in function:getanswer 257 ancount = ntohs(hp->ancount); 290 while (ancount-- > 0 && cp < eom && !had_error) {
|
getaddrinfo.c | 1714 int type, class, ancount, qdcount; local in function:getanswer 1748 ancount = ntohs(hp->ancount); 1781 while (ancount-- > 0 && cp < eom && !had_error) { 1992 h_errno = ntohs(hp->ancount) > 0? NO_DATA : NO_RECOVERY; 2557 int ancount; local in function:res_queryN 2563 ancount = 0; 2631 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) { 2637 ntohs(hp->ancount), 2644 ancount += ntohs(hp->ancount) [all...] |
/src/lib/libresolv/ |
res_findzonecut.c | 280 int n, i, ancount, nscount; local in function:get_soa 316 ancount = ns_msg_count(msg, ns_s_an); 318 if (ancount > 0 && rcode == ns_r_noerror) 319 sect = ns_s_an, n = ancount;
|
/src/include/arpa/ |
nameser_compat.h | 93 unsigned ancount :16; /*%< number of answer entries */ member in struct:__anonc9002d770108
|
/src/lib/libc/resolv/ |
res_debug.c | 291 int qdcount, ancount, nscount, arcount; local in function:res_pquery 302 ancount = ns_msg_count(handle, ns_s_an); 338 p_section(ns_s_an, (int)opcode), ancount); 355 if (qdcount == 0 && ancount == 0 &&
|