Searched refs:remote_minor (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 451 int remote_major, remote_minor, i, mismatch; 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() 496 if (remote_minor == 99 && in ssh_exchange_identification() 506 if (remote_minor < 3) { in ssh_exchange_identification() 508 } else if (remote_minor == 3 || remote_minor == 4) { in ssh_exchange_identification()
|
/titanic_41/usr/src/cmd/ssh/ssh-keyscan/ |
H A D | ssh-keyscan.c | 339 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument 343 if (remote_minor == 99) in ssh2_capable() 506 int remote_major, remote_minor, n = 0; in congreet() local 537 &remote_major, &remote_minor, remote_version) == 3) in congreet() 542 if (!ssh2_capable(remote_major, remote_minor)) { in congreet()
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | sshd.c | 509 int remote_major, remote_minor; 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() 597 if (remote_minor == 99) { in sshd_exchange_identification() 608 if (remote_minor < 3) { in sshd_exchange_identification() 611 } else if (remote_minor == 3) { in sshd_exchange_identification()
|