Home
last modified time | relevance | path

Searched refs:auth_get_canonical_hostname (Results 1 – 6 of 6) sorted by relevance

/external/openssh/
Dauth.c189 hostname = auth_get_canonical_hostname(ssh, options.use_dns); in allowed_user()
361 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in auth_log()
365 auth_get_canonical_hostname(ssh, options.use_dns), "ssh", in auth_log()
601 auth_get_canonical_hostname(ssh, options.use_dns), "ssh"); in getpwnamallow()
835 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) in auth_get_canonical_hostname() function
1110 const char *remote_host = auth_get_canonical_hostname(ssh, in auth_authorise_keyopts()
Dauth.h197 const char *auth_get_canonical_hostname(struct ssh *, int);
Dauth2-hostbased.c183 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns); in hostbased_key_allowed()
Dauth-pam.c718 sshpam_rhost = xstrdup(auth_get_canonical_hostname(ssh, in sshpam_init()
Dsession.c2720 remote = auth_get_canonical_hostname(ssh, use_dns); in session_get_remote_name_or_ip()
Dservconf.c973 ci.host = auth_get_canonical_hostname(ssh, use_dns); in get_connection_info()