Home | History | Annotate | Download | only in pppd

Lines Matching full:unsuccess

149 int unsuccess;			/* # unsuccessful connection attempts */
545 ++unsuccess;
601 if (!persist || asked_to_quit || (maxfail > 0 && unsuccess >= maxfail))