Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dcanohost.c274 static char *canonical_host_ip = NULL; in get_remote_ipaddr() local
277 if (canonical_host_ip == NULL) { in get_remote_ipaddr()
279 canonical_host_ip = in get_remote_ipaddr()
281 if (canonical_host_ip == NULL) in get_remote_ipaddr()
285 canonical_host_ip = xstrdup("UNKNOWN"); in get_remote_ipaddr()
288 return canonical_host_ip; in get_remote_ipaddr()