Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h149 int client_alive_count_max; /* member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c142 options->client_alive_count_max = -1; in initialize_server_options()
360 if (options->client_alive_count_max == -1) in fill_default_server_options()
361 options->client_alive_count_max = 3; in fill_default_server_options()
1283 intptr = &options->client_alive_count_max; in process_server_config_line()
H A Dserverloop.c235 if (++client_alive_timeouts > options.client_alive_count_max) in client_alive_check()