Searched refs:qdcount (Results 1 - 6 of 6) sorted by relevance
/bionic/libc/netbsd/resolv/ |
H A D | res_send.c | 283 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local 285 while (qdcount-- > 0) { 320 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local 333 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount)) 335 while (qdcount-- > 0) {
|
H A D | res_mkquery.c | 172 hp->qdcount = htons(1);
|
H A D | res_debug.c | 243 int qdcount, ancount, nscount, arcount; local 253 qdcount = ns_msg_count(handle, ns_s_qd); 288 p_section(ns_s_qd, (int)opcode), qdcount); 307 if (qdcount == 0 && ancount == 0 &&
|
/bionic/libc/private/ |
H A D | arpa_nameser_compat.h | 130 unsigned qdcount :16; /* number of question entries */ member in struct:__anon504
|
/bionic/libc/netbsd/ |
H A D | gethnamaddr.c | 179 int type, class, ancount, qdcount; local 209 qdcount = ntohs(hp->qdcount); 214 if (qdcount != 1) {
|
/bionic/libc/netbsd/net/ |
H A D | getaddrinfo.c | 1110 int type, class, ancount, qdcount; local 1139 qdcount = ntohs(hp->qdcount); 1143 if (qdcount != 1) {
|
Completed in 154 milliseconds