Searched refs:remote_version (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | ssh_api.c | 334 char *cp = NULL, *remote_version = NULL; in _ssh_read_banner() local 377 (remote_version = calloc(1, sshbuf_len(banner))) == NULL) { in _ssh_read_banner() 387 &remote_major, &remote_minor, remote_version) != 3) { in _ssh_read_banner() 392 remote_major, remote_minor, remote_version); in _ssh_read_banner() 394 ssh->compat = compat_datafellows(remote_version); in _ssh_read_banner() 405 free(remote_version); in _ssh_read_banner()
|
D | kex.c | 1179 char *cp, *remote_version = NULL; in kex_exchange_identification() local 1307 if ((remote_version = calloc(1, sshbuf_len(peer_version))) == NULL) { in kex_exchange_identification() 1318 &remote_major, &remote_minor, remote_version) != 3) { in kex_exchange_identification() 1327 remote_major, remote_minor, remote_version); in kex_exchange_identification() 1328 ssh->compat = compat_datafellows(remote_version); in kex_exchange_identification() 1366 "scheme; disabling use of RSA keys", remote_version); in kex_exchange_identification() 1373 free(remote_version); in kex_exchange_identification()
|
D | ssh-keyscan.c | 470 char remote_version[sizeof buf]; in congreet() local 526 &remote_major, &remote_minor, remote_version) == 3) in congreet() 527 c->c_ssh->compat = compat_datafellows(remote_version); in congreet()
|
/external/libcxx/include/ |
D | chrono | 636 string remote_version();
|
/external/llvm-project/libcxx/include/ |
D | chrono | 665 string remote_version();
|