Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dcanohost.c137 static char *canonical_host_name = NULL; in get_canonical_hostname() local
141 if (canonical_host_name != NULL) { in get_canonical_hostname()
143 xfree(canonical_host_name); in get_canonical_hostname()
145 return canonical_host_name; in get_canonical_hostname()
150 canonical_host_name = get_remote_hostname( in get_canonical_hostname()
153 canonical_host_name = xstrdup("UNKNOWN"); in get_canonical_hostname()
156 return canonical_host_name; in get_canonical_hostname()