Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth.c661 static char *dnsname; in auth_get_canonical_hostname() local
665 else if (dnsname != NULL) in auth_get_canonical_hostname()
666 return dnsname; in auth_get_canonical_hostname()
668 dnsname = remote_hostname(ssh); in auth_get_canonical_hostname()
669 return dnsname; in auth_get_canonical_hostname()