HomeSort by: relevance | last modified time | path
    Searched refs:auth_get_canonical_hostname (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth.h 194 const char *auth_get_canonical_hostname(struct ssh *, int);
auth.c 112 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
252 hostname = auth_get_canonical_hostname(ssh, options.use_dns);
719 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) function
auth2-hostbased.c 184 resolvedname = auth_get_canonical_hostname(ssh, options.use_dns);
auth-pam.c 756 sshpam_rhost = xstrdup(auth_get_canonical_hostname(ssh,
auth2-pubkey.c 818 remote_host = auth_get_canonical_hostname(ssh, options.use_dns);
sshconnect2.c 77 const char *auth_get_canonical_hostname(struct ssh *, int);
2359 remotehost = auth_get_canonical_hostname(ssh, 1);
session.c 2490 remote = auth_get_canonical_hostname(ssh, use_dns);

Completed in 34 milliseconds