Searched refs:remote_version (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | ssh_api.c | 315 char buf[256], remote_version[256]; /* must be same size! */ 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() 363 ssh->compat = compat_datafellows(remote_version); in _ssh_read_banner()
|
D | sshconnect.c | 546 char buf[256], remote_version[256]; /* must be same size! */ 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() 631 active_state->compat = compat_datafellows(remote_version); in ssh_exchange_identification() 674 "refusing connection", remote_version); in ssh_exchange_identification() 677 "scheme; disabling use of RSA keys", remote_version); in ssh_exchange_identification()
|
D | ssh-keyscan.c | 437 char remote_version[sizeof buf]; in congreet() local 479 &remote_major, &remote_minor, remote_version) == 3) in congreet() 480 c->c_ssh->compat = compat_datafellows(remote_version); in congreet()
|
D | sshd.c | 419 char remote_version[256]; /* Must be at least as big as buf. */ in sshd_exchange_identification() local 476 &remote_major, &remote_minor, remote_version) != 3) { in sshd_exchange_identification() 487 remote_major, remote_minor, remote_version); in sshd_exchange_identification() 489 active_state->compat = compat_datafellows(remote_version); in sshd_exchange_identification() 503 "scheme; disabling use of RSA keys", remote_version); in sshd_exchange_identification() 507 "refusing connection", remote_version); in sshd_exchange_identification()
|
/external/netperf/src/ |
D | netlib.h | 488 extern char *local_version, *remote_version;
|
D | netlib.c | 237 char *local_version, *remote_version; variable
|