Home | History | Annotate | Download | only in pppd

Lines Matching refs:attempts

1382     static int attempts = 0;
1466 if (attempts++ >= 10) {
1467 warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user);
1470 if (attempts > 3)
1471 sleep((u_int) (attempts - 3) * 5);
1476 attempts = 0; /* Reset count */