Searched refs:total_tries (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradlib_private.h111 int total_tries; /* How many requests we'll send */ member in struct:rad_handle
H A Dradlib.c561 if (h->try == h->total_tries) {
600 if (h->try < h->total_tries)
764 h->total_tries = 0;
766 h->total_tries += h->servers[srv].max_tries;
769 if (h->total_tries == 0) {

Completed in 119 milliseconds