Searched refs:ns_msg_count (Results 1 – 5 of 5) sorted by relevance
| /freebsd/lib/libc/resolv/ |
| H A D | res_findzonecut.c | 312 ancount = ns_msg_count(msg, ns_s_an); in get_soa() 313 nscount = ns_msg_count(msg, ns_s_ns); in get_soa() 524 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns() 583 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_a() 698 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) { in do_query()
|
| H A D | res_debug.c | 281 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery() 282 ancount = ns_msg_count(handle, ns_s_an); in res_pquery() 283 nscount = ns_msg_count(handle, ns_s_ns); in res_pquery() 284 arcount = ns_msg_count(handle, ns_s_ar); in res_pquery()
|
| /freebsd/contrib/dma/ |
| H A D | dns.c | 194 for (i = 0; i < ns_msg_count(msg, ns_s_an); i++) { in dns_get_mx_list()
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | dnsglue.c | 213 while (ds->cur_ans < ns_msg_count(ds->msg, ns_s_an)) { in krb5int_dns_nextans()
|
| /freebsd/include/arpa/ |
| H A D | nameser.h | 145 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro
|