OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_alive_count_max
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
readconf.h
146
int
server_alive_count_max
;
member in struct:__anon181
readconf.c
2019
intptr = &options->
server_alive_count_max
;
2889
options->
server_alive_count_max
= -1;
3099
if (options->
server_alive_count_max
== -1)
3100
options->
server_alive_count_max
= 3;
3947
dump_cfg_int(oServerAliveCountMax, o->
server_alive_count_max
);
clientloop.c
499
if (ssh_packet_inc_alive_timeouts(ssh) > options.
server_alive_count_max
) {
ssh.c
1686
options.
server_alive_count_max
);
Completed in 30 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026