HomeSort by relevance Sort by last modified time
    Searched refs:ns_msg_count (Results 1 - 2 of 2) sorted by null

  /bionic/libc/netbsd/resolv/
res_debug.c 253 qdcount = ns_msg_count(handle, ns_s_qd);
254 ancount = ns_msg_count(handle, ns_s_an);
255 nscount = ns_msg_count(handle, ns_s_ns);
256 arcount = ns_msg_count(handle, ns_s_ar);
  /bionic/libc/private/
arpa_nameser.h 129 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0) macro

Completed in 12 milliseconds