Home
last modified time | relevance | path

Searched refs:compat_datafellows (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dcompat.h68 u_int compat_datafellows(const char *);
Dcompat.c62 compat_datafellows(const char *version) in compat_datafellows() function
Dssh_api.c367 ssh->compat = compat_datafellows(remote_version); in _ssh_read_banner()
Dssh-keyscan.c524 c->c_ssh->compat = compat_datafellows(remote_version); in congreet()
Dsshconnect.c633 active_state->compat = compat_datafellows(remote_version); in ssh_exchange_identification()
Dsshd.c442 ssh->compat = compat_datafellows(remote_version); in sshd_exchange_identification()