Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/resolv/
Dres_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()
Dres_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()
/freebsd-9-stable/include/arpa/
Dnameser.h155 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro