Home
last modified time | relevance | path

Searched refs:ssh_remote_hostname (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dpacket.h169 char *ssh_remote_hostname(struct ssh *);
H A Dauth.c682 dnsname = ssh_remote_hostname(ssh); in auth_get_canonical_hostname()
H A Dmonitor_wrap.c1244 ci.host = use_dns ? ssh_remote_hostname(ssh) : ssh_remote_ipaddr(ssh); in server_get_connection_info()
H A Dssh_namespace.h736 #define ssh_remote_hostname Fssh_ssh_remote_hostname macro
H A Dpacket.c552 ssh_remote_hostname(struct ssh *ssh) in ssh_remote_hostname() function