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

/bionic/libc/include/arpa/
H A Dnameser_compat.h70 unsigned qdcount :16; /* number of question entries */ member in struct:__anon46
/bionic/tools/versioner/current/arpa/
H A Dnameser_compat.h70 unsigned qdcount :16; /* number of question entries */ member in struct:__anon2460
/bionic/libc/dns/resolv/
H A Dres_send.c290 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local
292 while (qdcount-- > 0) {
327 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local
340 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount))
342 while (qdcount-- > 0) {
H A Dres_debug.c281 int qdcount, ancount, nscount, arcount; local
291 qdcount = ns_msg_count(handle, ns_s_qd);
326 p_section(ns_s_qd, (int)opcode), qdcount);
345 if (qdcount == 0 && ancount == 0 &&
H A Dres_mkquery.c172 hp->qdcount = htons(1);
/bionic/libc/dns/net/
H A Dgetaddrinfo.c1323 int type, class, ancount, qdcount; local
1352 qdcount = ntohs(hp->qdcount);
1357 if (qdcount != 1) {
H A Dgethnamaddr.c226 int type, class, ancount, qdcount; local
261 qdcount = ntohs(hp->qdcount);
266 if (qdcount != 1)

Completed in 54 milliseconds