Home | History | Annotate | Download | only in resolv

Lines Matching defs:nscount

379  *   NSCount: 16: Authority Record count (0 in queries)
384 * the AUTHORITY is made of NSCount RRs
858 /* assume: ANcount and NScount are 0 */
1006 /* assume: ANcount and NScount are 0 */
1071 int n, nscount;
1075 nscount = ns_msg_count(handle, ns_s_ns);
1076 for (n = 0; n < nscount; n++) {
1292 int nscount;
2061 cache_info->nscount = numservers;
2122 if (cache_info->nscount != numservers) {
2150 for (i = 0; i < cache_info->nscount; i++) {
2160 cache_info->nscount = 0;
2203 statp->nscount = nserv;
2245 android_net_res_stats_get_info_for_net(unsigned netid, int* nscount,
2253 if (info->nscount > MAXNS) {
2255 XLOG("%s: nscount %d > MAXNS %d", __FUNCTION__, info->nscount, MAXNS);
2260 for (i = 0; i < info->nscount; i++) {
2286 *nscount = info->nscount;
2287 for (i = 0; i < info->nscount; i++) {