Searched refs:fullhost (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/lib/libutil/ |
| HD | trimdomain.c | 54 trimdomain(char *fullhost, int hostsize) in trimdomain() argument 76 s = fullhost; in trimdomain()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | ssh.c | 429 char *cp, *fullhost, newname[NI_MAXHOST]; in resolve_canonicalize() local 474 fullhost = xstrdup(*hostp); in resolve_canonicalize() 475 if ((addrs = resolve_host(fullhost, port, 0, in resolve_canonicalize() 478 free(fullhost); in resolve_canonicalize() 497 xasprintf(&fullhost, "%s.%s.", *hostp, in resolve_canonicalize() 499 debug3_f("attempting \"%s\" => \"%s\"", *hostp, fullhost); in resolve_canonicalize() 500 if ((addrs = resolve_host(fullhost, port, 0, in resolve_canonicalize() 502 free(fullhost); in resolve_canonicalize() 507 fullhost[strlen(fullhost) - 1] = '\0'; in resolve_canonicalize() 509 if (!check_follow_cname(direct, &fullhost, newname)) { in resolve_canonicalize() [all …]
|
| /freebsd-14-stable/contrib/ntp/ntpdc/ |
| HD | ntpdc.c | 1461 char *fullhost, in getnetnum() argument 1479 if (fullhost != NULL) in getnetnum() 1480 getnameinfo(&num->sa, SOCKLEN(num), fullhost, in getnetnum() 1486 if (fullhost != NULL) { in getnetnum() 1488 strlcpy(fullhost, ai->ai_canonname, in getnetnum() 1492 fullhost, LENHOSTNAME, NULL, in getnetnum()
|
| /freebsd-14-stable/contrib/ntp/ntpq/ |
| HD | ntpq.c | 1980 char *fullhost, in getnetnum() argument 1997 if (fullhost != NULL) in getnetnum() 1998 getnameinfo(&num->sa, SOCKLEN(num), fullhost, in getnetnum() 2004 if (fullhost != NULL) { in getnetnum() 2006 strlcpy(fullhost, ai->ai_canonname, in getnetnum() 2010 fullhost, LENHOSTNAME, NULL, in getnetnum()
|