Home
last modified time | relevance | path

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

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