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

/haiku/headers/posix/arpa/
H A Dnameser_compat.h84 unsigned qdcount :16; /* number of question entries */ member in struct:__anon1
/haiku/src/system/libnetwork/netresolv/net/
H A Dhesiod.c421 int ancount, qdcount, i, j, n, skip, type, class, len; local
448 qdcount = ntohs(hp->qdcount);
456 for (i = 0; i < qdcount; i++) {
H A Dgetnetnamadr.c177 int type, class, ancount, qdcount, haveanswer; local
200 qdcount = ntohs(hp->qdcount); /* #/entries in the question section */
204 if (!qdcount) {
211 while (qdcount-- > 0) {
H A Dgethnamaddr.c224 int type, class, ancount, qdcount; local
259 qdcount = ntohs(hp->qdcount);
264 if (qdcount != 1)
H A Dgetaddrinfo.c1738 int type, class, ancount, qdcount; local
1773 qdcount = ntohs(hp->qdcount);
1777 if (qdcount != 1) {
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c253 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local
255 while (qdcount-- > 0) {
291 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local
304 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
306 while (qdcount-- > 0) {
H A Dres_debug.c291 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 &&
H A Dres_mkquery.c159 hp->qdcount = htons(1);

Completed in 98 milliseconds