Searched refs:qdcount (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/netbsd/resolv/ |
D | res_send.c | 284 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); in res_nameinquery() local 286 while (qdcount-- > 0) { in res_nameinquery() 321 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); in res_queriesmatch() local 334 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount)) in res_queriesmatch() 336 while (qdcount-- > 0) { in res_queriesmatch()
|
D | res_mkquery.c | 172 hp->qdcount = htons(1); in res_nmkquery()
|
D | res_debug.c | 243 int qdcount, ancount, nscount, arcount; in res_pquery() local 253 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery() 288 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery() 307 if (qdcount == 0 && ancount == 0 && in res_pquery()
|
/bionic/libc/private/ |
D | arpa_nameser_compat.h | 130 unsigned qdcount :16; /* number of question entries */ member
|
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 179 int type, class, ancount, qdcount; in getanswer() local 209 qdcount = ntohs(hp->qdcount); in getanswer() 214 if (qdcount != 1) { in getanswer()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 1054 int type, class, ancount, qdcount; in getanswer() local 1083 qdcount = ntohs(hp->qdcount); in getanswer() 1087 if (qdcount != 1) { in getanswer()
|