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