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

/external/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.c81 chost = (char *)get_canonical_hostname(options.use_dns);
H A Dcanohost.c211 get_canonical_hostname(int use_dns) function
363 remote = get_canonical_hostname(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);
663 get_canonical_hostname(options.use_dns), "ssh");
H A Dauth-rhosts.c194 hostname = get_canonical_hostname(options.use_dns);
H A Dauth2-hostbased.c171 resolvedname = get_canonical_hostname(options.use_dns);
H A Dauth-options.c256 const char *remote_host = get_canonical_hostname(
H A Dsshd.c2139 * We use get_canonical_hostname with usedns = 0 instead of
2142 (void) get_canonical_hostname(0);
H A Dservconf.c706 ci.host = get_canonical_hostname(use_dns);
/external/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 196 milliseconds