Searched refs:remote_major (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | ssh_api.c | 335 int r = 0, remote_major, remote_minor, expect_nl; in _ssh_read_banner() local 387 &remote_major, &remote_minor, remote_version) != 3) { in _ssh_read_banner() 392 remote_major, remote_minor, remote_version); in _ssh_read_banner() 395 if (remote_major == 1 && remote_minor == 99) { in _ssh_read_banner() 396 remote_major = 2; in _ssh_read_banner() 399 if (remote_major != 2) in _ssh_read_banner()
|
D | ssh-keyscan.c | 212 ssh2_capable(int remote_major, int remote_minor) in ssh2_capable() argument 214 switch (remote_major) { in ssh2_capable() 468 int n = 0, remote_major = 0, remote_minor = 0; in congreet() local 526 &remote_major, &remote_minor, remote_version) == 3) in congreet() 530 if (!ssh2_capable(remote_major, remote_minor)) { in congreet()
|
D | kex.c | 1170 int remote_major, remote_minor, mismatch, oerrno = 0; in kex_exchange_identification() local 1318 &remote_major, &remote_minor, remote_version) != 3) { in kex_exchange_identification() 1327 remote_major, remote_minor, remote_version); in kex_exchange_identification() 1331 switch (remote_major) { in kex_exchange_identification() 1344 PROTOCOL_MAJOR_2, remote_major); in kex_exchange_identification()
|