Searched refs:dcount (Results 1 – 1 of 1) sorted by relevance
88 int dcount = -1; in getDnsInfo() local95 int revision_id = android_net_res_stats_get_info_for_net(netId, &nscount, res_servers, &dcount, in getDnsInfo()105 if (nscount < 0 || nscount > MAXNS || dcount < 0 || dcount > MAXDNSRCH) { in getDnsInfo()106 ALOGE("%s: nscount=%d, dcount=%d", __FUNCTION__, nscount, dcount); in getDnsInfo()137 for (int i = 0 ; i < dcount ; ++i) { in getDnsInfo()