Home
last modified time | relevance | path

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

/external/openssh/
Dssh.c374 char *cp, *fullhost, newname[NI_MAXHOST]; in resolve_canonicalize() local
406 fullhost = xstrdup(*hostp); in resolve_canonicalize()
407 if ((addrs = resolve_host(fullhost, port, 0, in resolve_canonicalize()
410 free(fullhost); in resolve_canonicalize()
428 xasprintf(&fullhost, "%s.%s.", *hostp, in resolve_canonicalize()
431 *hostp, fullhost); in resolve_canonicalize()
432 if ((addrs = resolve_host(fullhost, port, 0, in resolve_canonicalize()
434 free(fullhost); in resolve_canonicalize()
439 fullhost[strlen(fullhost) - 1] = '\0'; in resolve_canonicalize()
441 if (!check_follow_cname(direct, &fullhost, newname)) { in resolve_canonicalize()
[all …]