OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pp_max_auth_fail
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_spppvar.h
159
int
pp_max_auth_fail
; /* max. allowed authorization failures */
member in struct:sppp
if_spppsubr.c
1074
sp->
pp_max_auth_fail
= DEFAULT_MAX_AUTH_FAILURES;
3343
if (sp->
pp_max_auth_fail
!= 0 &&
3344
sp->pp_auth_failures >= sp->
pp_max_auth_fail
) {
6111
sp->
pp_max_auth_fail
= afsettings->max_failures;
6122
stats->max_failures = sp->
pp_max_auth_fail
;
Completed in 17 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025