/external/chromium_org/net/dns/ |
dns_protocol.h | 29 // | QDCOUNT | 81 uint16 qdcount; member in struct:net::dns_protocol::Header
|
dns_response.cc | 175 if (base::NetToHost16(header()->qdcount) != 1) 204 unsigned qdcount = base::NetToHost16(header()->qdcount); local 205 for (unsigned i = 0; i < qdcount; ++i) {
|
/external/ipsec-tools/src/racoon/ |
getcertsbyname.c | 211 int qdcount, ancount, rdlength; local 253 qdcount = ntohs(hp->qdcount); 257 if (qdcount != 1) {
|
/bionic/libc/dns/ |
gethnamaddr.c | 190 int type, class, ancount, qdcount; local 220 qdcount = ntohs(hp->qdcount); 225 if (qdcount != 1) { [all...] |
/bionic/libc/dns/resolv/ |
res_send.c | 292 int qdcount = ntohs(((const HEADER*)(const void *)buf)->qdcount); local 294 while (qdcount-- > 0) { 329 int qdcount = ntohs(((const HEADER*)(const void *)buf1)->qdcount); local 342 if (qdcount != ntohs(((const HEADER*)(const void *)buf2)->qdcount)) 344 while (qdcount-- > 0) { [all...] |
res_debug.c | 289 int qdcount, ancount, nscount, arcount; local 299 qdcount = ns_msg_count(handle, ns_s_qd); 334 p_section(ns_s_qd, (int)opcode), qdcount); 353 if (qdcount == 0 && ancount == 0 && [all...] |
/bionic/libc/include/arpa/ |
nameser_compat.h | 132 unsigned qdcount :16; /* number of question entries */ member in struct:__anon148
|
/development/ndk/platforms/android-L/include/arpa/ |
nameser_compat.h | 132 unsigned qdcount :16; /* number of question entries */ member in struct:__anon1888
|
/external/libpcap/Win32/Include/arpa/ |
nameser.h | 281 unsigned qdcount :16; /* number of question entries */ member in struct:__anon4124
|
/external/dnsmasq/src/ |
nameser.h | 314 unsigned qdcount :16; /* number of question entries */ member in struct:__anon25053
|
/bionic/libc/dns/net/ |
getaddrinfo.c | 1315 int type, class, ancount, qdcount; local [all...] |