Searched refs:remote_minor (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | ssh-keyscan.c | 226 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument 230 if (remote_minor == 99) in ssh2_capable() 400 int n = 0, remote_major = 0, remote_minor = 0; in congreet() local 440 &remote_major, &remote_minor, remote_version) == 3) in congreet() 445 if (!ssh2_capable(remote_major, remote_minor)) { in congreet()
|
D | sshconnect.c | 440 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local 509 &remote_major, &remote_minor, remote_version) != 3) in ssh_exchange_identification() 512 remote_major, remote_minor, remote_version); in ssh_exchange_identification() 519 if (remote_minor == 99 && in ssh_exchange_identification() 529 if (remote_minor < 3) { in ssh_exchange_identification() 531 } else if (remote_minor == 3 || remote_minor == 4) { in ssh_exchange_identification()
|
D | sshd.c | 403 int remote_major, remote_minor; in sshd_exchange_identification() local 462 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification() 472 remote_major, remote_minor, remote_version); in sshd_exchange_identification() 491 if (remote_minor == 99) { in sshd_exchange_identification() 502 if (remote_minor < 3) { in sshd_exchange_identification() 505 } else if (remote_minor == 3) { in sshd_exchange_identification()
|