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

/bionic/libc/netbsd/resolv/
H A Dres_send.c283 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local
285 while (qdcount-- > 0) {
320 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local
333 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
335 while (qdcount-- > 0) {
H A Dres_mkquery.c172 hp->qdcount = htons(1);
H A Dres_debug.c243 int qdcount, ancount, nscount, arcount; local
253 qdcount = ns_msg_count(handle, ns_s_qd);
288 p_section(ns_s_qd, (int)opcode), qdcount);
307 if (qdcount == 0 && ancount == 0 &&
/bionic/libc/private/
H A Darpa_nameser_compat.h130 unsigned qdcount :16; /* number of question entries */ member in struct:__anon504
/bionic/libc/netbsd/
H A Dgethnamaddr.c179 int type, class, ancount, qdcount; local
209 qdcount = ntohs(hp->qdcount);
214 if (qdcount != 1) {
/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c1110 int type, class, ancount, qdcount; local
1139 qdcount = ntohs(hp->qdcount);
1143 if (qdcount != 1) {

Completed in 154 milliseconds