Home
last modified time | relevance | path

Searched defs:ancount (Results 1 – 11 of 11) sorted by relevance

/packages/modules/DnsResolver/
Dres_debug.cpp243 int qdcount, ancount, nscount, arcount; in res_pquery() local
DDnsTlsTransport.cpp87 const int ancount = (answer[6] << 8) | answer[7]; in checkDnsResponse() local
Dgetaddrinfo.cpp852 int type, ancount, qdcount; in getanswer() local
1603 int ancount; member
1691 int ancount = 0; in res_queryN_parallel() local
1737 int ancount; in res_queryN() local
Dgethnamaddr.cpp136 int ancount, qdcount; in getanswer() local
DDnsProxyListener.cpp157 int ancount = ns_msg_count(handle, ns_s_an); in extractResNsendAnswers() local
Dres_cache.cpp775 int ancount, n; in answer_getTTL() local
/packages/modules/Connectivity/tests/cts/net/native/dns/
DNativeDnsAsyncTest.cpp62 const int ancount = ns_msg_count(handle, ns_s_an); in extractIpAddressAnswers() local
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp358 unsigned ancount; in read() local
464 unsigned* ancount, unsigned* nscount, unsigned* arcount) { in readHeader()
Ddns_responder.h110 uint16_t ancount; member
/packages/modules/Connectivity/tests/cts/net/jni/
DNativeMultinetworkJni.cpp101 const int ancount = ns_msg_count(handle, ns_s_an); in extractIpAddressAnswers() local
/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp2225 int ancount, n = 0; in toString() local