Home | History | Annotate | Download | only in dns_responder

Lines Matching defs:ancount

391         uint16_t ancount;
397 unsigned* qdcount, unsigned* ancount,
403 unsigned ancount;
406 const char* cur = readHeader(buffer, buffer_end, &qdcount, &ancount,
422 if (ancount) {
423 answers.resize(ancount);
424 for (unsigned i = 0 ; i < ancount ; ++i) {
472 header.ancount = htons(answers.size());
501 unsigned* qdcount, unsigned* ancount,
520 *ancount = ntohs(header.ancount);