Searched refs:qdcount (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/libc/net/
H A Dgetnetbydns.c164 int type, class, ancount, qdcount, haveanswer; local
186 qdcount = ntohs(hp->qdcount); /* #/entries in the question section */
190 if (!qdcount) {
197 while (qdcount-- > 0)
H A Dhesiod.c375 int ancount, qdcount, i, j, n, skip, type, class, len; local
396 qdcount = ntohs(hp->qdcount);
404 for (i = 0; i < qdcount; i++) {
H A Dgethostbydns.c148 int type, class, ancount, qdcount; local
175 qdcount = ntohs(hp->qdcount);
180 if (qdcount != 1) {
H A Dgetaddrinfo.c1995 int type, class, ancount, qdcount; local
2020 qdcount = ntohs(hp->qdcount);
2024 if (qdcount != 1) {
/barrelfish-master/include/arpa/
H A Dnameser_compat.h91 unsigned qdcount :16; /*%< number of question entries */ member in struct:__anon32
/barrelfish-master/lib/libc/resolv/
H A Dres_send.c231 int qdcount = ntohs(((const HEADER*)buf)->qdcount); local
233 while (qdcount-- > 0) {
269 int qdcount = ntohs(((const HEADER*)buf1)->qdcount); local
282 if (qdcount != ntohs(((const HEADER*)buf2)->qdcount))
284 while (qdcount-- > 0) {
H A Dres_debug.c276 int qdcount, ancount, nscount, arcount; local
286 qdcount = ns_msg_count(handle, ns_s_qd);
321 p_section(ns_s_qd, opcode), qdcount);
340 if (qdcount == 0 && ancount == 0 &&
H A Dres_mkquery.c152 hp->qdcount = htons(1);
H A Dres_mkupdate.c728 hp->qdcount = htons(counts[0]);

Completed in 46 milliseconds