Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/resolv/
H A Dres_findzonecut.c318 ancount = ns_msg_count(msg, ns_s_an); in get_soa()
319 nscount = ns_msg_count(msg, ns_s_ns); in get_soa()
530 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns()
589 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_a()
704 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) { in do_query()
H A Dres_debug.c288 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()
289 ancount = ns_msg_count(handle, ns_s_an); in res_pquery()
290 nscount = ns_msg_count(handle, ns_s_ns); in res_pquery()
291 arcount = ns_msg_count(handle, ns_s_ar); in res_pquery()
/freebsd-12.1/contrib/dma/
H A Ddns.c194 for (i = 0; i < ns_msg_count(msg, ns_s_an); i++) { in dns_get_mx_list()
/freebsd-12.1/include/arpa/
H A Dnameser.h157 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro