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

/freebsd-12-stable/crypto/openssh/
H A Dreadconf.h61 int connection_attempts; /* Max attempts (seconds) before member in struct:__anon7864
H A Dsshconnect.c502 int connection_attempts, int *timeout_ms, int want_keepalive)
513 for (attempt = 0; attempt < connection_attempts; attempt++) {
591 int connection_attempts, int *timeout_ms, int want_keepalive)
595 family, connection_attempts, timeout_ms, want_keepalive);
500 ssh_connect_direct(struct ssh *ssh, const char *host, struct addrinfo *aitop, struct sockaddr_storage *hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive) argument
589 ssh_connect(struct ssh *ssh, const char *host, struct addrinfo *addrs, struct sockaddr_storage *hostaddr, u_short port, int family, int connection_attempts, int *timeout_ms, int want_keepalive) argument
H A Dreadconf.c1188 intptr = &options->connection_attempts;
1888 options->connection_attempts = -1;
2053 if (options->connection_attempts == -1)
2054 options->connection_attempts = 1;
2686 dump_cfg_int(oConnectionAttempts, o->connection_attempts);
H A Dssh.c1227 if (options.connection_attempts <= 0)
1380 options.address_family, options.connection_attempts,

Completed in 113 milliseconds