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

/freebsd-10.1-release/crypto/openssh/
H A Dcanohost.c38 static char *canonical_host_ip = NULL; variable
319 free(canonical_host_ip);
320 canonical_host_ip = NULL;
333 if (canonical_host_ip == NULL) {
335 canonical_host_ip =
337 if (canonical_host_ip == NULL)
341 canonical_host_ip = xstrdup("UNKNOWN");
344 return canonical_host_ip;

Completed in 154 milliseconds