Searched refs:maxfail (Results 1 - 3 of 3) sorted by relevance

/external/ppp/pppd/
H A Doptions.c107 int maxfail = 10; /* max # of unsuccessful connection attempts */ variable
254 { "maxfail", o_int, &maxfail,
H A Dpppd.h309 extern int maxfail; /* Max # of unsuccessful connection attempts */
H A Dmain.c601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))

Completed in 84 milliseconds