Searched refs:remote_minor (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | ssh_api.c | 321 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() 370 remote_minor = 0; in _ssh_read_banner()
|
D | ssh-keyscan.c | 249 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument 253 if (remote_minor == 99) 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()
|
D | sshconnect.c | 549 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() 638 if (remote_minor == 99 && in ssh_exchange_identification() 648 if (remote_minor < 3) { in ssh_exchange_identification() 650 } else if (remote_minor == 3 || remote_minor == 4) { in ssh_exchange_identification()
|
D | sshd.c | 380 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() 469 (remote_major == 1 && remote_minor == 99)) { in sshd_exchange_identification()
|