HomeSort by: relevance | last modified time | path
    Searched refs:qdcount (Results 1 - 11 of 11) sorted by relevancy

  /src/include/arpa/
nameser_compat.h 92 unsigned qdcount :16; /*%< number of question entries */ member in struct:__anon112
  /src/lib/libc/net/
hesiod.c 415 int ancount, qdcount, i, j, n, skip, type, class, len; local
442 qdcount = ntohs(hp->qdcount);
450 for (i = 0; i < qdcount; i++) {
getnetnamadr.c 177 int type, class, ancount, qdcount, haveanswer; local
200 qdcount = ntohs(hp->qdcount); /* #/entries in the question section */
204 if (!qdcount) {
211 while (qdcount-- > 0) {
gethnamaddr.c 223 int type, class, ancount, qdcount; local
258 qdcount = ntohs(hp->qdcount);
263 if (qdcount != 1)
getaddrinfo.c 1717 int type, class, ancount, qdcount; local
1752 qdcount = ntohs(hp->qdcount);
1756 if (qdcount != 1) {
  /src/lib/libc/resolv/
res_send.c 269 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local
271 while (qdcount-- > 0) {
307 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local
320 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
322 while (qdcount-- > 0) {
res_debug.c 291 int qdcount, ancount, nscount, arcount; local
301 qdcount = ns_msg_count(handle, ns_s_qd);
336 p_section(ns_s_qd, (int)opcode), qdcount);
355 if (qdcount == 0 && ancount == 0 &&
res_mkquery.c 169 hp->qdcount = htons(1);
  /src/lib/libresolv/
ns_verify.c 76 n = ns_skiprr(cp, eom, ns_s_qd, ntohs(hp->qdcount));
res_mkupdate.c 716 hp->qdcount = htons(counts[0]);
  /src/sys/dev/qbus/
qd.c 223 int qdcount = 0; /* count of successfully probed qd's */ variable
726 qdcount++;

Completed in 105 milliseconds