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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h61 int connection_attempts; /* Max attempts (seconds) before member in struct:__anon6881
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.c1185 intptr = &options->connection_attempts;
1885 options->connection_attempts = -1;
2041 if (options->connection_attempts == -1)
2042 options->connection_attempts = 1;
2664 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 104 milliseconds