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

/bionic/libc/dns/resolv/
H A Dres_debug.c299 qdcount = ns_msg_count(handle, ns_s_qd);
300 ancount = ns_msg_count(handle, ns_s_an);
301 nscount = ns_msg_count(handle, ns_s_ns);
302 arcount = ns_msg_count(handle, ns_s_ar);
H A Dres_cache.c1013 nscount = ns_msg_count(handle, ns_s_ns);
1072 ancount = ns_msg_count(handle, ns_s_an);
/bionic/libc/include/arpa/
H A Dnameser.h154 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro

Completed in 12 milliseconds