Searched refs:ns_msg_count (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/lib/libc/resolv/ |
| HD | res_findzonecut.c | 316 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()
|
| HD | res_debug.c | 287 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()
|
| /NextBSD/contrib/dma/ |
| HD | dns.c | 193 for (i = 0; i < ns_msg_count(msg, ns_s_an); i++) { in dns_get_mx_list()
|
| /NextBSD/include/arpa/ |
| HD | nameser.h | 155 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro
|