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

  /src/lib/libc/net/
hesiod.c 415 int ancount, qdcount, i, j, n, skip, type, class, len; local in function:get_txt_records
442 qdcount = ntohs(hp->qdcount);
450 for (i = 0; i < qdcount; i++) {
getnetnamadr.c 177 int type, class, ancount, qdcount, haveanswer; local in function:getnetanswer
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 in function:getanswer
258 qdcount = ntohs(hp->qdcount);
263 if (qdcount != 1)
getaddrinfo.c 1714 int type, class, ancount, qdcount; local in function:getanswer
1749 qdcount = ntohs(hp->qdcount);
1753 if (qdcount != 1) {
  /src/lib/libc/resolv/
res_send.c 269 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local in function:res_nameinquery
271 while (qdcount-- > 0) {
307 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local in function:res_queriesmatch
320 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
322 while (qdcount-- > 0) {
res_debug.c 291 int qdcount, ancount, nscount, arcount; local in function:res_pquery
301 qdcount = ns_msg_count(handle, ns_s_qd);
336 p_section(ns_s_qd, (int)opcode), qdcount);
355 if (qdcount == 0 && ancount == 0 &&
  /src/include/arpa/
nameser_compat.h 92 unsigned qdcount :16; /*%< number of question entries */ member in struct:__anonc9002d770108
  /src/sys/dev/qbus/
qd.c 223 int qdcount = 0; /* count of successfully probed qd's */ variable in typeref:typename:int
726 qdcount++;

Completed in 74 milliseconds