Searched defs:ancount (Results 1 – 11 of 11) sorted by relevance
/packages/modules/DnsResolver/ |
D | res_debug.cpp | 243 int qdcount, ancount, nscount, arcount; in res_pquery() local
|
D | DnsTlsTransport.cpp | 87 const int ancount = (answer[6] << 8) | answer[7]; in checkDnsResponse() local
|
D | getaddrinfo.cpp | 852 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
|
D | gethnamaddr.cpp | 136 int ancount, qdcount; in getanswer() local
|
D | DnsProxyListener.cpp | 157 int ancount = ns_msg_count(handle, ns_s_an); in extractResNsendAnswers() local
|
D | res_cache.cpp | 775 int ancount, n; in answer_getTTL() local
|
/packages/modules/Connectivity/tests/cts/net/native/dns/ |
D | NativeDnsAsyncTest.cpp | 62 const int ancount = ns_msg_count(handle, ns_s_an); in extractIpAddressAnswers() local
|
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder.cpp | 358 unsigned ancount; in read() local 464 unsigned* ancount, unsigned* nscount, unsigned* arcount) { in readHeader()
|
D | dns_responder.h | 110 uint16_t ancount; member
|
/packages/modules/Connectivity/tests/cts/net/jni/ |
D | NativeMultinetworkJni.cpp | 101 const int ancount = ns_msg_count(handle, ns_s_an); in extractIpAddressAnswers() local
|
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 2225 int ancount, n = 0; in toString() local
|