Searched defs:fc (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dresolver.c10288 fctxcount_t *fc; local
10290 for (fc = ISC_LIST_HEAD(resolver->dbuckets[i].list);
10291 fc != NULL;
10292 fc = ISC_LIST_NEXT(fc, link))
10294 dns_name_print(fc->domain, fp);
10296 fc->count, fc->dropped, fc->allowed);

Completed in 41 milliseconds