Home
last modified time | relevance | path

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

/resolv/
A Dres_queriesmatch.c104 int qdcount = ((HEADER *) buf1)->qdcount; in __libc_res_queriesmatch() local
105 if (qdcount != ((HEADER *) buf2)->qdcount) in __libc_res_queriesmatch()
108 qdcount = htons (qdcount); in __libc_res_queriesmatch()
111 while (qdcount-- > 0) in __libc_res_queriesmatch()
A Dres_nameinquery.c94 int qdcount = ntohs (((HEADER *) buf)->qdcount); in __libc_res_nameinquery() local
96 while (qdcount-- > 0) in __libc_res_nameinquery()
A Dres_debug.c243 int qdcount, ancount, nscount, arcount; in fp_nquery() local
260 qdcount = ns_msg_count(handle, ns_s_qd); in fp_nquery()
295 p_section(ns_s_qd, opcode), qdcount); in fp_nquery()
314 if (qdcount == 0 && ancount == 0 && in fp_nquery()
A Dcompat-gethnamaddr.c148 int type, class, buflen, ancount, qdcount; in getanswer() local
173 qdcount = ntohs(hp->qdcount); in getanswer()
178 if (qdcount != 1) { in getanswer()
A Dres_mkquery.c153 hp->qdcount = htons (1); in __res_context_mkquery()
A Dtst-resolv-trustad.c70 TEST_COMPARE (1, ntohs (header.qdcount)); in check_answer()
A Dtst-resolv-edns.c429 TEST_VERIFY (ntohs (hd->qdcount) == 1); in do_res_search()
/resolv/nss_dns/
A Ddns-host.c636 int n, ancount, qdcount; in getanswer_r() local
682 qdcount = ntohs (hp->qdcount); in getanswer_r()
684 if (__glibc_unlikely (qdcount != 1)) in getanswer_r()
1024 int qdcount = ntohs (hp->qdcount); in gaih_getanswer_slice() local
1027 if (__glibc_unlikely (qdcount != 1)) in gaih_getanswer_slice()
A Ddns-canon.c79 if (ansp.buf->hdr.qdcount != htons (1)) in _nss_dns_getcanonname_r()
A Ddns-network.c296 int question_count = ntohs (header_pointer->qdcount); in libc_hidden_def()
/resolv/arpa/
A Dnameser_compat.h72 unsigned qdcount :16; /*%< number of question entries */ member

Completed in 23 milliseconds