OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:connection_attempts
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
readconf.h
69
int
connection_attempts
; /* Max attempts (seconds) before
member in struct:__anon26787
readconf.c
679
intptr = &options->
connection_attempts
;
[
all
...]
sshconnect.c
331
*
Connection_attempts
specifies the maximum number of tries (one per
338
u_short port, int family, int
connection_attempts
, int *timeout_ms,
363
for (attempt = 0; attempt <
connection_attempts
; attempt++) {
[
all
...]
ssh.c
794
options.address_family, options.
connection_attempts
, &timeout_ms,
[
all
...]
Completed in 154 milliseconds