Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dmain.c150 int unsuccess; /* # unsuccessful connection attempts */ variable
548 ++unsuccess;
601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))
Dpppd.h241 extern int unsuccess; /* # unsuccessful connection attempts */
Dutils.c854 if (debug <= 1 && unsuccess == 0 && proto == PPP_LCP in dump_packet()
Dauth.c1044 unsuccess = 0;