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

  /src/crypto/external/bsd/openssh/dist/
srclimit.c 53 * Entries become active when more than penalty_min seconds of penalty are
437 if (penalty_secs > penalty_cfg.penalty_min)
460 if (existing->expiry - now > penalty_cfg.penalty_min &&
servconf.h 88 double penalty_min; member in struct:per_source_penalty
servconf.c 216 options->per_source_penalty.penalty_min = -1.0;
498 if (options->per_source_penalty.penalty_min < 0.0)
499 options->per_source_penalty.penalty_min = 15.0;
2295 doubleptr = &options->per_source_penalty.penalty_min;
3743 o->per_source_penalty.penalty_min,

Completed in 27 milliseconds