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

/freebsd-10.1-release/lib/libc/resolv/
H A Dres_findzonecut.c316 ancount = ns_msg_count(msg, ns_s_an);
317 nscount = ns_msg_count(msg, ns_s_ns);
528 for (i = 0; i < ns_msg_count(*msg, sect); i++) {
587 for (i = 0; i < ns_msg_count(*msg, sect); i++) {
702 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) {
H A Dres_debug.c287 qdcount = ns_msg_count(handle, ns_s_qd);
288 ancount = ns_msg_count(handle, ns_s_an);
289 nscount = ns_msg_count(handle, ns_s_ns);
290 arcount = ns_msg_count(handle, ns_s_ar);
/freebsd-10.1-release/include/arpa/
H A Dnameser.h155 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro

Completed in 121 milliseconds