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

/bind-9.11.3/lib/samples/
H A Dsample-async.c266 int nservers = 0; local
289 if (nservers == MAX_SERVERS) {
295 serveraddr[nservers++] =
308 if (nservers == 0) {
309 nservers = 1;
348 for (i = 0; i < nservers; i++) {
/bind-9.11.3/lib/dns/
H A Dclient.c241 unsigned int nservers; member in struct:updatectx
1999 timeout = client->update_timeout / uctx->nservers;
2060 timeout = client->update_timeout / uctx->nservers;
2173 uctx->nservers++;
2897 uctx->nservers = 0;
2924 uctx->nservers++;

Completed in 34 milliseconds