Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dpacket.h166 char *ssh_remote_hostname(struct ssh *);
H A Dauth.c654 dnsname = ssh_remote_hostname(ssh); in auth_get_canonical_hostname()
H A Dmonitor_wrap.c1157 ci.host = use_dns ? ssh_remote_hostname(ssh) : ssh_remote_ipaddr(ssh); in server_get_connection_info()
H A Dpacket.c547 ssh_remote_hostname(struct ssh *ssh) in ssh_remote_hostname() function