Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c383 char *cp, *fullhost, newname[NI_MAXHOST]; in resolve_canonicalize() local
424 xasprintf(&fullhost, "%s.%s.", *hostp, in resolve_canonicalize()
427 *hostp, fullhost); in resolve_canonicalize()
428 if ((addrs = resolve_host(fullhost, port, 0, in resolve_canonicalize()
430 free(fullhost); in resolve_canonicalize()
434 fullhost[strlen(fullhost) - 1] = '\0'; in resolve_canonicalize()
436 if (!check_follow_cname(&fullhost, newname)) { in resolve_canonicalize()
438 *hostp, fullhost); in resolve_canonicalize()
441 *hostp = fullhost; in resolve_canonicalize()