Home
last modified time | relevance | path

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

/external/openssh/
Dcanohost.c214 static char *canonical_host_name = NULL; in get_canonical_hostname() local
218 if (use_dns && canonical_host_name != NULL) in get_canonical_hostname()
219 return canonical_host_name; in get_canonical_hostname()
230 canonical_host_name = host; in get_canonical_hostname()