Searched refs:ns_msg_count (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/lib/libc/resolv/ |
| D | 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()
|
| D | 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()
|
| /freebsd-9-stable/include/arpa/ |
| D | nameser.h | 155 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro
|