Home
last modified time | relevance | path

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

/external/openssh/
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()
Dsshconnect.c548 char buf[256], remote_version[256]; /* must be same size! */ in ssh_exchange_identification() local
628 &remote_major, &remote_minor, remote_version) != 3) in ssh_exchange_identification()
631 remote_major, remote_minor, remote_version); in ssh_exchange_identification()
633 active_state->compat = compat_datafellows(remote_version); in ssh_exchange_identification()
676 "refusing connection", remote_version); in ssh_exchange_identification()
679 "scheme; disabling use of RSA keys", remote_version); in ssh_exchange_identification()
Dsshd.c367 char remote_version[256]; /* Must be at least as big as buf. */ in sshd_exchange_identification() local
413 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification()
424 remote_major, remote_minor, remote_version); in sshd_exchange_identification()
426 ssh->compat = compat_datafellows(remote_version); in sshd_exchange_identification()
442 "scheme; disabling use of RSA keys", remote_version); in sshd_exchange_identification()
446 "refusing connection", remote_version); in sshd_exchange_identification()
Dssh-keyscan.c481 char remote_version[sizeof buf]; in congreet() local
523 &remote_major, &remote_minor, remote_version) == 3) in congreet()
524 c->c_ssh->compat = compat_datafellows(remote_version); in congreet()
/external/netperf/src/
Dnetlib.h488 extern char *local_version, *remote_version;
Dnetlib.c237 char *local_version, *remote_version; variable