Home
last modified time | relevance | path

Searched refs:connection_attempts (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h103 int connection_attempts; /* Max attempts (seconds) before member
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c322 ushort_t port, int family, int connection_attempts, in ssh_connect() argument
414 if (attempt >= connection_attempts) in ssh_connect()
423 if (attempt >= connection_attempts) { in ssh_connect()
H A Dssh.c657 options.connection_attempts,
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c672 intptr = &options->connection_attempts; in process_config_line()
962 options->connection_attempts = -1; in initialize_options()
1080 if (options->connection_attempts == -1) in fill_default_options()
1081 options->connection_attempts = 1; in fill_default_options()