OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_alive_interval
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
readconf.h
113
int
server_alive_interval
;
member in struct:__anon12454
readconf.c
880
intptr = &options->
server_alive_interval
;
[
all
...]
sshconnect.c
166
packet_set_timeout(options.
server_alive_interval
,
426
packet_set_timeout(options.
server_alive_interval
,
[
all
...]
clientloop.c
613
if (options.
server_alive_interval
> 0 && compat20)
614
timeout_secs = options.
server_alive_interval
;
[
all
...]
Completed in 1646 milliseconds