OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connection_timeout
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
readconf.h
71
int
connection_timeout
; /* Max time (seconds) before
member in struct:__anon12454
roaming_client.c
145
int timeout_ms = options.
connection_timeout
* 1000;
244
int timeout_ms = options.
connection_timeout
* 1000;
readconf.c
391
intptr = &options->
connection_timeout
;
[
all
...]
ssh.c
790
timeout_ms = options.
connection_timeout
* 1000;
[
all
...]
Completed in 494 milliseconds