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
353
int bits,
penalty_secs
, max_sources = 0, overflow_mode;
local
375
penalty_secs
= penalty_cfg.penalty_crash;
379
penalty_secs
= penalty_cfg.penalty_authfail;
383
penalty_secs
= penalty_cfg.penalty_noauth;
387
penalty_secs
= penalty_cfg.penalty_refuseconnection;
391
penalty_secs
= penalty_cfg.penalty_grace;
423
penalty->expiry = now +
penalty_secs
;
428
if (
penalty_secs
> penalty_cfg.penalty_min)
436
penalty_secs
, reason);
448
existing->expiry +=
penalty_secs
;
[
all
...]
srclimit.c
353
int bits,
penalty_secs
, max_sources = 0, overflow_mode;
local
375
penalty_secs
= penalty_cfg.penalty_crash;
379
penalty_secs
= penalty_cfg.penalty_authfail;
383
penalty_secs
= penalty_cfg.penalty_noauth;
387
penalty_secs
= penalty_cfg.penalty_refuseconnection;
391
penalty_secs
= penalty_cfg.penalty_grace;
423
penalty->expiry = now +
penalty_secs
;
428
if (
penalty_secs
> penalty_cfg.penalty_min)
436
penalty_secs
, reason);
448
existing->expiry +=
penalty_secs
;
[
all
...]
Completed in 41 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026