Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h127 int server_alive_count_max; member
H A Dreadconf.c1881 intptr = &options->server_alive_count_max; in process_config_line_depth()
2654 options->server_alive_count_max = -1; in initialize_options()
2848 if (options->server_alive_count_max == -1) in fill_default_options()
2849 options->server_alive_count_max = 3; in fill_default_options()
3617 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.c499 if (ssh_packet_inc_alive_timeouts(ssh) > options.server_alive_count_max) { in server_alive_check()