Home
last modified time | relevance | path

Searched refs:remote_version (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dssh_api.c319 char buf[256], remote_version[256]; /* must be same size! */ in _ssh_read_banner() local
362 &remote_major, &remote_minor, remote_version) != 3) in _ssh_read_banner()
365 remote_major, remote_minor, remote_version); in _ssh_read_banner()
367 ssh->compat = compat_datafellows(remote_version); in _ssh_read_banner()
H A Dsshconnect.c631 char buf[256], remote_version[256]; /* must be same size! */ in ssh_exchange_identification() local
687 &remote_major, &remote_minor, remote_version) != 3) in ssh_exchange_identification()
690 remote_major, remote_minor, remote_version); in ssh_exchange_identification()
692 active_state->compat = compat_datafellows(remote_version); in ssh_exchange_identification()
711 "scheme; disabling use of RSA keys", remote_version); in ssh_exchange_identification()
H A Dssh-keyscan.c448 char remote_version[sizeof buf]; in congreet() local
504 &remote_major, &remote_minor, remote_version) == 3) in congreet()
505 c->c_ssh->compat = compat_datafellows(remote_version); in congreet()
H A Dsshd.c394 char remote_version[256]; /* Must be at least as big as buf. */ in sshd_exchange_identification() local
440 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification()
451 remote_major, remote_minor, remote_version); in sshd_exchange_identification()
453 ssh->compat = compat_datafellows(remote_version); in sshd_exchange_identification()
469 "scheme; disabling use of RSA keys", remote_version); in sshd_exchange_identification()
/freebsd-12.1/contrib/libc++/include/
H A Dchrono636 string remote_version();