Searched refs:max_tries (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libradius/
H A Dradlib_private.h69 int max_tries; /* Number of tries before giving up */ member in struct:rad_server
H A Dradlib.c422 srvp->max_tries = tries;
634 while (h->servers[h->srv].num_tries >= h->servers[h->srv].max_tries)
911 h->total_tries += h->servers[srv].max_tries;
/freebsd-9.3-release/crypto/heimdal/appl/login/
H A Dlogin.c721 int max_tries = 5; local
793 for(try = 0; try < max_tries; try++){
/freebsd-9.3-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c2185 int bmsr, n_tries, max_tries; local
2203 max_tries = (quick == 1) ? 100 : 4000;
2205 for (n_tries = 0; n_tries < max_tries; n_tries++) {

Completed in 136 milliseconds