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

  /src/crypto/external/bsd/openssh/dist/
log.c 564 rl->hysteresis, rl->hysteresis_start == 0 ? -1 :
565 (long)(now - rl->hysteresis_start),
567 if (rl->hysteresis_start == 0) {
575 rl->hysteresis_start = now;
576 } else if (rl->hysteresis_start + rl->hysteresis < now) {
587 rl->hysteresis_start = 0;
598 rl->hysteresis_start = 0;
603 } else if (rl->hysteresis_start != 0) {
606 rl->hysteresis_start = 0;
log.h 97 time_t hysteresis_start; member in struct:log_ratelimit_ctx

Completed in 18 milliseconds