Home | History | Annotate | Download | only in pppd

Lines Matching refs:unsuccess

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