Home
last modified time | relevance | path

Searched refs:remote_major (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dssh_api.c321 int r, remote_major, remote_minor; 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()
368 if (remote_major == 1 && remote_minor == 99) { in _ssh_read_banner()
369 remote_major = 2; in _ssh_read_banner()
372 if (remote_major != 2) in _ssh_read_banner()
Dssh-keyscan.c249 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument
251 switch (remote_major) { in ssh2_capable()
479 int n = 0, remote_major = 0, remote_minor = 0; in congreet() local
523 &remote_major, &remote_minor, remote_version) == 3) in congreet()
528 if (!ssh2_capable(remote_major, remote_minor)) { in congreet()
533 } else if (remote_major != 1) { in congreet()
Dsshconnect.c549 int remote_major, remote_minor, mismatch; 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()
636 switch (remote_major) { in ssh_exchange_identification()
673 remote_major); in ssh_exchange_identification()
Dsshd.c380 int remote_major, remote_minor; in sshd_exchange_identification() local
429 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification()
440 remote_major, remote_minor, remote_version); in sshd_exchange_identification()
468 if (remote_major == 2 || in sshd_exchange_identification()
469 (remote_major == 1 && remote_minor == 99)) { in sshd_exchange_identification()