OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:penalty_secs
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
srclimit.c
354
double
penalty_secs
;
local
376
penalty_secs
= penalty_cfg.penalty_crash;
380
penalty_secs
= penalty_cfg.penalty_authfail;
384
penalty_secs
= penalty_cfg.penalty_noauth;
388
penalty_secs
= penalty_cfg.penalty_invaliduser;
392
penalty_secs
= penalty_cfg.penalty_refuseconnection;
396
penalty_secs
= penalty_cfg.penalty_grace;
403
if (
penalty_secs
<= 0)
432
penalty->expiry = now +
penalty_secs
;
437
if (
penalty_secs
> penalty_cfg.penalty_min
[
all
...]
srclimit.c
354
double
penalty_secs
;
local
376
penalty_secs
= penalty_cfg.penalty_crash;
380
penalty_secs
= penalty_cfg.penalty_authfail;
384
penalty_secs
= penalty_cfg.penalty_noauth;
388
penalty_secs
= penalty_cfg.penalty_invaliduser;
392
penalty_secs
= penalty_cfg.penalty_refuseconnection;
396
penalty_secs
= penalty_cfg.penalty_grace;
403
if (
penalty_secs
<= 0)
432
penalty->expiry = now +
penalty_secs
;
437
if (
penalty_secs
> penalty_cfg.penalty_min
[
all
...]
Completed in 86 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026