Home
last modified time | relevance | path

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

/NextBSD/lib/libc/resolv/
HDres_findzonecut.c316 ancount = ns_msg_count(msg, ns_s_an); in get_soa()
317 nscount = ns_msg_count(msg, ns_s_ns); in get_soa()
528 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns()
587 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_a()
702 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) { in do_query()
HDres_debug.c287 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()
288 ancount = ns_msg_count(handle, ns_s_an); in res_pquery()
289 nscount = ns_msg_count(handle, ns_s_ns); in res_pquery()
290 arcount = ns_msg_count(handle, ns_s_ar); in res_pquery()
/NextBSD/contrib/dma/
HDdns.c193 for (i = 0; i < ns_msg_count(msg, ns_s_an); i++) { in dns_get_mx_list()
/NextBSD/include/arpa/
HDnameser.h155 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro