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

/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dres_findzonecut.c313 ancount = ns_msg_count(msg, ns_s_an);
314 nscount = ns_msg_count(msg, ns_s_ns);
525 for (i = 0; i < ns_msg_count(*msg, sect); i++) {
584 for (i = 0; i < ns_msg_count(*msg, sect); i++) {
699 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) {
H A Dres_debug.c291 qdcount = ns_msg_count(handle, ns_s_qd);
292 ancount = ns_msg_count(handle, ns_s_an);
293 nscount = ns_msg_count(handle, ns_s_ns);
294 arcount = ns_msg_count(handle, ns_s_ar);
/netbsd-current/lib/libresolv/
H A Dres_findzonecut.c316 ancount = ns_msg_count(msg, ns_s_an);
317 nscount = ns_msg_count(msg, ns_s_ns);
526 for (i = 0; i < ns_msg_count(*msg, sect); i++) {
584 for (i = 0; i < ns_msg_count(*msg, sect); i++) {
698 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) {
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_newmsg.c63 count = ns_msg_count(*msg, sect);
/netbsd-current/external/mpl/dhcp/dist/includes/arpa/
H A Dnameser.h132 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro
/netbsd-current/lib/libc/resolv/
H A Dres_debug.c301 qdcount = ns_msg_count(handle, ns_s_qd);
302 ancount = ns_msg_count(handle, ns_s_an);
303 nscount = ns_msg_count(handle, ns_s_ns);
304 arcount = ns_msg_count(handle, ns_s_ar);
/netbsd-current/external/bsd/libbind/dist/include/arpa/
H A Dnameser.h164 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro
/netbsd-current/include/arpa/
H A Dnameser.h162 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro
/netbsd-current/external/bsd/libbind/dist/tests/
H A Ddig8.c1705 if (ns_msg_count(handle, ns_s_an) == 0)
1710 msglen, ns_msg_count(handle, ns_s_an));

Completed in 116 milliseconds