HomeSort by relevance Sort by last modified time
    Searched full:canonical_host_ip (Results 1 - 1 of 1) sorted by null

  /external/openssh/
canohost.c 39 static char *canonical_host_ip = NULL; variable
326 if (canonical_host_ip != NULL) {
327 xfree(canonical_host_ip);
328 canonical_host_ip = NULL;
342 if (canonical_host_ip == NULL) {
344 canonical_host_ip =
346 if (canonical_host_ip == NULL)
350 canonical_host_ip = xstrdup("UNKNOWN");
353 return canonical_host_ip;

Completed in 179 milliseconds