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

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c158 int unsuccess; /* # unsuccessful connection attempts */ variable
597 ++unsuccess;
889 if (!persist || (maxfail > 0 && unsuccess >= maxfail))
H A Dpppd.h301 extern int unsuccess; /* # unsuccessful connection attempts */
H A Dutils.c913 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP
H A Dauth.c1193 unsuccess = 0;

Completed in 149 milliseconds