Home
last modified time | relevance | path

Searched refs:qdcount (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/netbsd/resolv/
Dres_send.c291 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); in res_nameinquery() local
293 while (qdcount-- > 0) { in res_nameinquery()
328 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); in res_queriesmatch() local
341 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount)) in res_queriesmatch()
343 while (qdcount-- > 0) { in res_queriesmatch()
Dres_mkquery.c172 hp->qdcount = htons(1); in res_nmkquery()
Dres_debug.c244 int qdcount, ancount, nscount, arcount; in res_pquery() local
254 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()
289 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery()
308 if (qdcount == 0 && ancount == 0 && in res_pquery()
/bionic/libc/private/
Darpa_nameser_compat.h130 unsigned qdcount :16; /* number of question entries */ member
/bionic/libc/netbsd/
Dgethnamaddr.c185 int type, class, ancount, qdcount; in getanswer() local
215 qdcount = ntohs(hp->qdcount); in getanswer()
220 if (qdcount != 1) { in getanswer()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c1307 int type, class, ancount, qdcount; in getanswer() local
1336 qdcount = ntohs(hp->qdcount); in getanswer()
1340 if (qdcount != 1) { in getanswer()