Home
last modified time | relevance | path

Searched refs:remote_hostname (Results 1 – 2 of 2) sorted by relevance

/dragonfly/libexec/telnetd/
H A Dtelnetd.c53 char remote_hostname[MAXHOSTNAMELEN]; variable
658 if (realhostname_sa(remote_hostname, sizeof(remote_hostname) - 1, in doit()
662 remote_hostname[sizeof(remote_hostname) - 1] = '\0'; in doit()
674 auth_encrypt_init(hostname, remote_hostname, "TELNETD", 1); in doit()
687 telnet(net, pty, remote_hostname); /* begin server process */ in doit()
/dragonfly/crypto/openssh/
H A Dauth.c651 remote_hostname(struct ssh *ssh) in remote_hostname() function
749 dnsname = remote_hostname(ssh); in auth_get_canonical_hostname()