Home
last modified time | relevance | path

Searched refs:pp_max_auth_fail (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/net/
H A Dif_spppvar.h159 int pp_max_auth_fail; /* max. allowed authorization failures */ member
H A Dif_spppsubr.c1074 sp->pp_max_auth_fail = DEFAULT_MAX_AUTH_FAILURES; in sppp_attach()
3343 if (sp->pp_max_auth_fail != 0 && in sppp_lcp_check_and_close()
3344 sp->pp_auth_failures >= sp->pp_max_auth_fail) { in sppp_lcp_check_and_close()
6150 sp->pp_max_auth_fail = afsettings->max_failures; in sppp_params()
6161 stats->max_failures = sp->pp_max_auth_fail; in sppp_params()