Home
last modified time | relevance | path

Searched refs:get_canonical_hostname (Results 1 – 10 of 10) sorted by relevance

/external/openssh/
Dauth-sia.c59 host = get_canonical_hostname(options.use_dns); in sys_auth_passwd()
88 host = get_canonical_hostname(options.use_dns); in session_setup_sia()
Dauth.c182 hostname = get_canonical_hostname(options.use_dns); in allowed_user()
289 get_canonical_hostname(options.use_dns), "ssh"); in auth_log()
293 get_canonical_hostname(options.use_dns), "ssh", &loginmsg); in auth_log()
557 get_canonical_hostname(options.use_dns), get_remote_ipaddr()); in getpwnamallow()
586 get_canonical_hostname(options.use_dns), "ssh"); in getpwnamallow()
Dcanohost.h15 const char *get_canonical_hostname(int);
Dauth-rh-rsa.c78 chost = (char *)get_canonical_hostname(options.use_dns); in auth_rhosts_rsa()
Dcanohost.c217 get_canonical_hostname(int use_dns) in get_canonical_hostname() function
361 remote = get_canonical_hostname(use_dns); in get_remote_name_or_ip()
Dauth2-hostbased.c152 resolvedname = get_canonical_hostname(options.use_dns); in hostbased_key_allowed()
Dauth-rhosts.c191 hostname = get_canonical_hostname(options.use_dns); in auth_rhosts()
Dauth-options.c251 const char *remote_host = get_canonical_hostname( in auth_parse_options()
Dsshd.c1916 (void) get_canonical_hostname(0);
/external/openssh/openbsd-compat/
Dbsd-cray.c131 fsent.host = (char *)get_canonical_hostname(options.use_dns); in cray_login_failure()
227 (char *)get_canonical_hostname(options.use_dns), in cray_setup()