Searched refs:ns_msg_count (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/lib/libc/resolv/ |
| H A D | res_findzonecut.c | 315 ancount = ns_msg_count(msg, ns_s_an); in get_soa() 316 nscount = ns_msg_count(msg, ns_s_ns); in get_soa() 527 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns() 586 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_a() 701 for (i = 0; i < ns_msg_count(*msg, ns_s_an); i++) { in do_query()
|
| H A D | res_debug.c | 285 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery() 286 ancount = ns_msg_count(handle, ns_s_an); in res_pquery() 287 nscount = ns_msg_count(handle, ns_s_ns); in res_pquery() 288 arcount = ns_msg_count(handle, ns_s_ar); in res_pquery()
|
| /freebsd-14.2/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-14.2/include/arpa/ |
| H A D | nameser.h | 145 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro
|