Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_debug.c253 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()
254 ancount = ns_msg_count(handle, ns_s_an); in res_pquery()
255 nscount = ns_msg_count(handle, ns_s_ns); in res_pquery()
256 arcount = ns_msg_count(handle, ns_s_ar); in res_pquery()
/bionic/libc/private/
Darpa_nameser.h129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro