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

  /src/crypto/external/bsd/openssh/dist/
srclimit.c 111 if (penalty_cfg.max_sources4 < 0 || penalty_cfg.max_sources6 < 0)
287 penalty_cfg.max_sources4 : penalty_cfg.max_sources6;
344 (size_t)penalty_cfg.max_sources6);
418 penalty_cfg.max_sources4 : penalty_cfg.max_sources6;
servconf.h 78 int max_sources6; member in struct:per_source_penalty
servconf.c 206 options->per_source_penalty.max_sources6 = -1;
480 if (options->per_source_penalty.max_sources6 == -1)
481 options->per_source_penalty.max_sources6 = 65536;
2302 intptr = &options->per_source_penalty.max_sources6;
3745 o->per_source_penalty.max_sources6,

Completed in 22 milliseconds