Home
last modified time | relevance | path

Searched refs:server_alive_count_max (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dreadconf.h127 int server_alive_count_max; member
H A Dreadconf.c1844 intptr = &options->server_alive_count_max; in process_config_line_depth()
2605 options->server_alive_count_max = -1; in initialize_options()
2799 if (options->server_alive_count_max == -1) in fill_default_options()
2800 options->server_alive_count_max = 3; in fill_default_options()
3568 dump_cfg_int(oServerAliveCountMax, o->server_alive_count_max); in dump_client_config()
H A Dssh.c1663 options.server_alive_count_max); in main()
H A Dclientloop.c500 if (ssh_packet_inc_alive_timeouts(ssh) > options.server_alive_count_max) { in server_alive_check()