Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDreadconf.h75 int connection_attempts; /* Max attempts (seconds) before member
HDsshconnect.c452 int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv) in ssh_connect_direct() argument
461 for (attempt = 0; attempt < connection_attempts; attempt++) { in ssh_connect_direct()
530 int connection_attempts, int *timeout_ms, int want_keepalive, int needpriv) in ssh_connect() argument
534 connection_attempts, timeout_ms, want_keepalive, needpriv); in ssh_connect()
HDreadconf.c1037 intptr = &options->connection_attempts; in process_config_line()
1568 options->connection_attempts = -1; in initialize_options()
1704 if (options->connection_attempts == -1) in fill_default_options()
1705 options->connection_attempts = 1; in fill_default_options()
HDssh.c1051 options.address_family, options.connection_attempts, in main()