Searched refs:qdcount (Results 1 – 11 of 11) sorted by relevance
/resolv/ |
A D | res_queriesmatch.c | 104 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 D | res_nameinquery.c | 94 int qdcount = ntohs (((HEADER *) buf)->qdcount); in __libc_res_nameinquery() local 96 while (qdcount-- > 0) in __libc_res_nameinquery()
|
A D | res_debug.c | 243 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 D | compat-gethnamaddr.c | 148 int type, class, buflen, ancount, qdcount; in getanswer() local 173 qdcount = ntohs(hp->qdcount); in getanswer() 178 if (qdcount != 1) { in getanswer()
|
A D | res_mkquery.c | 153 hp->qdcount = htons (1); in __res_context_mkquery()
|
A D | tst-resolv-trustad.c | 70 TEST_COMPARE (1, ntohs (header.qdcount)); in check_answer()
|
A D | tst-resolv-edns.c | 429 TEST_VERIFY (ntohs (hd->qdcount) == 1); in do_res_search()
|
/resolv/nss_dns/ |
A D | dns-host.c | 636 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 D | dns-canon.c | 79 if (ansp.buf->hdr.qdcount != htons (1)) in _nss_dns_getcanonname_r()
|
A D | dns-network.c | 296 int question_count = ntohs (header_pointer->qdcount); in libc_hidden_def()
|
/resolv/arpa/ |
A D | nameser_compat.h | 72 unsigned qdcount :16; /*%< number of question entries */ member
|
Completed in 23 milliseconds