Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dservconf.h202 int client_alive_count_max; /* member
H A Dserverloop.c107 if (options.client_alive_count_max > 0 && in client_alive_check()
109 options.client_alive_count_max) { in client_alive_check()
H A Dservconf.c166 options->client_alive_count_max = -1; in initialize_server_options()
427 if (options->client_alive_count_max == -1) in fill_default_server_options()
428 options->client_alive_count_max = 3; in fill_default_server_options()
2140 intptr = &options->client_alive_count_max; in process_server_config_line_depth()
2849 M_CP_INTOPT(client_alive_count_max); in copy_set_server_options()
3136 dump_cfg_int(sClientAliveCountMax, o->client_alive_count_max); in dump_config()
H A Dsshd-session.c1211 options.client_alive_count_max); in main()