Home | History | Annotate | Download | only in pppd

Lines Matching refs:attempts

1349     static int attempts = 0;
1425 if (attempts++ >= 10) {
1426 warn("%d LOGIN FAILURES ON %s, %s", attempts, devnam, user);
1429 if (attempts > 3)
1430 sleep((u_int) (attempts - 3) * 5);
1435 attempts = 0; /* Reset count */