Searched refs:remote_major (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() 369 remote_major = 2; in _ssh_read_banner() 372 if (remote_major != 2) in _ssh_read_banner()
|
D | ssh-keyscan.c | 249 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()
|
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() 636 switch (remote_major) { in ssh_exchange_identification() 673 remote_major); 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() 468 if (remote_major == 2 || in sshd_exchange_identification() 469 (remote_major == 1 && remote_minor == 99)) { in sshd_exchange_identification()
|