Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c450 char buf[256], remote_version[256]; /* must be same size! */ in ssh_exchange_identification() local
486 &remote_major, &remote_minor, remote_version) != 3) in ssh_exchange_identification()
489 remote_major, remote_minor, remote_version); in ssh_exchange_identification()
491 compat_datafellows(remote_version); in ssh_exchange_identification()
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c508 char remote_version[sizeof buf]; in congreet() local
537 &remote_major, &remote_minor, remote_version) == 3) in congreet()
538 compat_datafellows(remote_version); in congreet()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c513 char remote_version[256]; /* Must be at least as big as buf. */ in sshd_exchange_identification() local
568 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification()
578 remote_major, remote_minor, remote_version); in sshd_exchange_identification()
580 compat_datafellows(remote_version); in sshd_exchange_identification()