Home | History | Annotate | Download | only in src

Lines Matching refs:ancount

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--)
1595 header->ancount = htons(anscount);