Searched refs:ns_msg_count (Results 1 – 3 of 3) sorted by relevance
254 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()255 ancount = ns_msg_count(handle, ns_s_an); in res_pquery()256 nscount = ns_msg_count(handle, ns_s_ns); in res_pquery()257 arcount = ns_msg_count(handle, ns_s_ar); in res_pquery()
1030 nscount = ns_msg_count(handle, ns_s_ns); in answer_getNegativeTTL()1089 ancount = ns_msg_count(handle, ns_s_an); in answer_getTTL()
129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro