Home | History | Annotate | Download | only in resolv

Lines Matching refs:nscount

387  *   NSCount: 16: Authority Record count (0 in queries)
392 * the AUTHORITY is made of NSCount RRs
849 /* assume: ANcount, NScount, ARcount are 0 */
966 /* assume: ANcount, NScount and ARcount are all 0 */
1015 int n, nscount;
1019 nscount = ns_msg_count(handle, ns_s_ns);
1020 for (n = 0; n < nscount; n++) {
1236 int nscount;
2011 cache_info->nscount = numservers;
2067 if (cache_info->nscount != numservers) {
2095 for (i = 0; i < cache_info->nscount; i++) {
2105 cache_info->nscount = 0;
2148 statp->nscount = nserv;
2190 android_net_res_stats_get_info_for_net(unsigned netid, int* nscount,
2198 if (info->nscount > MAXNS) {
2200 XLOG("%s: nscount %d > MAXNS %d", __FUNCTION__, info->nscount, MAXNS);
2205 for (i = 0; i < info->nscount; i++) {
2231 *nscount = info->nscount;
2232 for (i = 0; i < info->nscount; i++) {