Home
last modified time | relevance | path

Searched refs:ns_msg_count (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/dns/resolv/
Dres_debug.c291 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()
292 ancount = ns_msg_count(handle, ns_s_an); in res_pquery()
293 nscount = ns_msg_count(handle, ns_s_ns); in res_pquery()
294 arcount = ns_msg_count(handle, ns_s_ar); in res_pquery()
Dres_cache.c1018 nscount = ns_msg_count(handle, ns_s_ns); in answer_getNegativeTTL()
1077 ancount = ns_msg_count(handle, ns_s_an); in answer_getTTL()
/bionic/libc/include/arpa/
Dnameser.h154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro