Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c311 ancount = ns_msg_count(msg, ns_s_an); in get_soa()
312 nscount = ns_msg_count(msg, ns_s_ns); in get_soa()
523 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns()
582 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_a()
697 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) { in do_query()
H A Dres_debug.c310 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()
311 ancount = ns_msg_count(handle, ns_s_an); in res_pquery()
312 nscount = ns_msg_count(handle, ns_s_ns); in res_pquery()
313 arcount = ns_msg_count(handle, ns_s_ar); in res_pquery()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c187 while (ds->cur_ans < ns_msg_count(ds->msg, ns_s_an)) { in krb5int_dns_nextans()
/titanic_41/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c71 count = ns_msg_count(*msg, sect); in ns_newmsg_copy()
/titanic_41/usr/src/head/arpa/
H A Dnameser.h166 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro