Searched refs:remote_minor (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | ssh_api.c | 317 int r, remote_major, remote_minor; in _ssh_read_banner() local 358 &remote_major, &remote_minor, remote_version) != 3) in _ssh_read_banner() 361 remote_major, remote_minor, remote_version); in _ssh_read_banner() 364 if (remote_major == 1 && remote_minor == 99) { in _ssh_read_banner() 366 remote_minor = 0; in _ssh_read_banner()
|
D | ssh-keyscan.c | 248 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument 252 if (remote_minor == 99) in ssh2_capable() 432 int n = 0, remote_major = 0, remote_minor = 0; in congreet() local 476 &remote_major, &remote_minor, remote_version) == 3) in congreet() 481 if (!ssh2_capable(remote_major, remote_minor)) { in congreet()
|
D | sshconnect.c | 547 int remote_major, remote_minor, mismatch; in ssh_exchange_identification() local 626 &remote_major, &remote_minor, remote_version) != 3) in ssh_exchange_identification() 629 remote_major, remote_minor, remote_version); in ssh_exchange_identification() 636 if (remote_minor == 99 && in ssh_exchange_identification() 646 if (remote_minor < 3) { in ssh_exchange_identification() 648 } else if (remote_minor == 3 || remote_minor == 4) { in ssh_exchange_identification()
|
D | sshd.c | 414 int remote_major, remote_minor; in sshd_exchange_identification() local 475 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification() 486 remote_major, remote_minor, remote_version); in sshd_exchange_identification() 512 if (remote_minor == 99) { in sshd_exchange_identification() 523 if (remote_minor < 3) { in sshd_exchange_identification() 526 } else if (remote_minor == 3) { in sshd_exchange_identification()
|