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

/freebsd-10.1-release/crypto/openssh/
H A Dcanohost.c213 static char *canonical_host_name = NULL; local
217 if (use_dns && canonical_host_name != NULL)
218 return canonical_host_name;
229 canonical_host_name = host;

Completed in 109 milliseconds