Searched refs:qdcount (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_send.c | 280 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); in res_nameinquery() local 282 while (qdcount-- > 0) { in res_nameinquery() 317 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); in res_queriesmatch() local 330 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount)) in res_queriesmatch() 332 while (qdcount-- > 0) { in res_queriesmatch()
|
D | res_debug.c | 299 int qdcount, ancount, nscount, arcount; in res_pquery() local 309 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery() 344 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery() 363 if (qdcount == 0 && ancount == 0 && in res_pquery()
|
D | res_mkquery.c | 172 hp->qdcount = htons(1); in res_nmkquery()
|
/bionic/libc/include/arpa/ |
D | nameser_compat.h | 70 unsigned qdcount :16; /* number of question entries */ member
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 225 int type, class, ancount, qdcount; in getanswer() local 260 qdcount = ntohs(hp->qdcount); in getanswer() 265 if (qdcount != 1) in getanswer()
|
D | getaddrinfo.c | 1322 int type, class, ancount, qdcount; in getanswer() local 1351 qdcount = ntohs(hp->qdcount); in getanswer() 1356 if (qdcount != 1) { in getanswer()
|