Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDssh-keyscan.c227 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument
231 if (remote_minor == 99) in ssh2_capable()
404 int n = 0, remote_major = 0, remote_minor = 0; in congreet() local
444 &remote_major, &remote_minor, remote_version) == 3) in congreet()
449 if (!ssh2_capable(remote_major, remote_minor)) { in congreet()
HDsshconnect.c570 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local
649 &remote_major, &remote_minor, remote_version) != 3) in ssh_exchange_identification()
652 remote_major, remote_minor, remote_version); in ssh_exchange_identification()
659 if (remote_minor == 99 && in ssh_exchange_identification()
669 if (remote_minor < 3) { in ssh_exchange_identification()
671 } else if (remote_minor == 3 || remote_minor == 4) { in ssh_exchange_identification()
HDsshd.c431 int remote_major, remote_minor; in sshd_exchange_identification() local
493 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification()
504 remote_major, remote_minor, remote_version); in sshd_exchange_identification()
530 if (remote_minor == 99) { in sshd_exchange_identification()
541 if (remote_minor < 3) { in sshd_exchange_identification()
544 } else if (remote_minor == 3) { in sshd_exchange_identification()