Home | History | Annotate | Download | only in net

Lines Matching refs:ancount

1090 	int type, class, ancount, qdcount;
1118 ancount = ntohs(hp->ancount);
1150 while (ancount-- > 0 && cp < eom && !had_error) {
1887 int ancount;
1893 ancount = 0;
1939 if (n < 0 || hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
1943 printf(";; rcode = %u, ancount=%u\n", hp->rcode,
1944 ntohs(hp->ancount));
1949 ancount += ntohs(hp->ancount);
1954 if (ancount == 0) {
1974 return ancount;