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
330 free(canonical_host_ip); in clear_cached_addr()
331 canonical_host_ip = NULL; in clear_cached_addr()
344 if (canonical_host_ip == NULL) { in get_remote_ipaddr()
346 canonical_host_ip = in get_remote_ipaddr()
348 if (canonical_host_ip == NULL) in get_remote_ipaddr()
352 canonical_host_ip = xstrdup("UNKNOWN"); in get_remote_ipaddr()
355 return canonical_host_ip; in get_remote_ipaddr()