Searched refs:get_canonical_hostname (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dcanohost.h15 const char *get_canonical_hostname(int);
H A Dauth-sia.c59 host = get_canonical_hostname(options.use_dns);
88 host = get_canonical_hostname(options.use_dns);
H A Dauth-rh-rsa.c78 chost = (char *)get_canonical_hostname(options.use_dns);
H A Dcanohost.c217 get_canonical_hostname(int use_dns) function
359 remote = get_canonical_hostname(use_dns);
H A Dauth-rhosts.c191 hostname = get_canonical_hostname(options.use_dns);
H A Dauth.c185 hostname = get_canonical_hostname(options.use_dns);
317 get_canonical_hostname(options.use_dns), "ssh");
321 get_canonical_hostname(options.use_dns), "ssh", &loginmsg);
630 get_canonical_hostname(options.use_dns), "ssh");
H A Dauth2-hostbased.c156 resolvedname = get_canonical_hostname(options.use_dns);
H A Dauth-options.c251 const char *remote_host = get_canonical_hostname(
H A Dauth2.c231 from_host = get_canonical_hostname(options.use_dns);
H A Dssh_namespace.h219 #define get_canonical_hostname ssh_get_canonical_hostname macro
H A Dservconf.c625 ci.host = get_canonical_hostname(use_dns);
H A Dsshd.c2059 * We use get_canonical_hostname with usedns = 0 instead of
2062 (void) get_canonical_hostname(0);
/freebsd-10.0-release/contrib/serf/auth/
H A Dauth_spnego_sspi.c156 get_canonical_hostname(const char **canonname, function
214 apr_status = get_canonical_hostname(&canonname, hostname, scratch_pool);
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.c131 fsent.host = (char *)get_canonical_hostname(options.use_dns);
227 (char *)get_canonical_hostname(options.use_dns),

Completed in 106 milliseconds