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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h71 int connection_attempts; /* Max attempts (seconds) before member in struct:__anon4957
H A Dreadconf.c734 intptr = &options->connection_attempts;
1272 options->connection_attempts = -1;
1393 if (options->connection_attempts == -1)
1394 options->connection_attempts = 1;
H A Dsshconnect.c374 u_short port, int family, int connection_attempts, int *timeout_ms,
399 for (attempt = 0; attempt < connection_attempts; attempt++) {
373 ssh_connect(const char *host, struct sockaddr_storage * hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv, const char *proxy_command) argument
H A Dssh.c857 options.address_family, options.connection_attempts, &timeout_ms,

Completed in 177 milliseconds