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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Doptions.c48 int maxfail = 10; /* max # of unsuccessful connection attempts */ variable
H A Dmain.c508 if (!persist || (maxfail > 0 && unsuccess >= maxfail))
H A Dpppd.h264 extern int maxfail; /* Max # of unsuccessful connection attempts */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c117 int maxfail = 10; /* max # of unsuccessful connection attempts */ variable
268 { "maxfail", o_int, &maxfail,
H A Dpppd.h315 extern int maxfail; /* Max # of unsuccessful connection attempts */
H A Dmain.c617 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Doptions.c78 int maxfail = 10; /* max # of unsuccessful connection attempts */ variable
213 { "maxfail", o_int, &maxfail,
H A Dpppd.h264 extern int maxfail; /* Max # of unsuccessful connection attempts */
H A Dmain.c548 if (!persist || (maxfail > 0 && unsuccess >= maxfail))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h302 extern int maxfail; /* Max # of unsuccessful connection attempts */

Completed in 124 milliseconds