Home
last modified time | relevance | path

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

/external/openssh/
Dcanohost.c39 static char *canonical_host_ip = NULL; variable
326 if (canonical_host_ip != NULL) { in clear_cached_addr()
327 xfree(canonical_host_ip); in clear_cached_addr()
328 canonical_host_ip = NULL; in clear_cached_addr()
342 if (canonical_host_ip == NULL) { in get_remote_ipaddr()
344 canonical_host_ip = in get_remote_ipaddr()
346 if (canonical_host_ip == NULL) in get_remote_ipaddr()
350 canonical_host_ip = xstrdup("UNKNOWN"); in get_remote_ipaddr()
353 return canonical_host_ip; in get_remote_ipaddr()