HomeSort by: relevance | last modified time | path
    Searched refs:pp_auth_failures (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_spppvar.h 158 int pp_auth_failures; /* authorization failures */ member in struct:sppp
if_spppsubr.c 3344 sp->pp_auth_failures >= sp->pp_max_auth_fail) {
3346 "not retrying again\n", sp->pp_auth_failures);
4623 sp->pp_auth_failures++;
4698 sp->pp_auth_failures = 0;
4731 sp->pp_auth_failures++;
4903 sp->pp_auth_failures = 0;
5136 sp->pp_auth_failures = 0;
5170 sp->pp_auth_failures++;
5210 sp->pp_auth_failures = 0;
5435 sp->pp_auth_failures = 0
    [all...]
if_pppoe.c 1943 sc->sc_sppp.pp_auth_failures > 0) {
1948 wtime = PPPOE_RECON_FAST * sc->sc_sppp.pp_auth_failures;

Completed in 20 milliseconds