Searched refs:auth_get_canonical_hostname (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dauth-rh-rsa.c82 chost = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dauth.c189 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
322 auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
326 auth_get_canonical_hostname(ssh, options.use_dns), "ssh",
658 auth_get_canonical_hostname(ssh, options.use_dns), "ssh");
889 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) function
H A Dauth.h201 const char *auth_get_canonical_hostname(struct ssh *, int);
H A Dauth-rhosts.c196 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dauth2-hostbased.c172 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dauth2.c277 from_host = auth_get_canonical_hostname(ssh, options.use_dns);
H A Dauth-options.c279 const char *remote_host = auth_get_canonical_hostname(
H A Dauth-pam.c642 pam_rhost = auth_get_canonical_hostname(ssh, options.use_dns);
800 auth_get_canonical_hostname(ssh, options.use_dns));
H A Dsession.c2832 remote = auth_get_canonical_hostname(ssh, use_dns);
H A Dservconf.c730 ci.host = auth_get_canonical_hostname(ssh, use_dns);

Completed in 179 milliseconds