Searched refs:t_host (Results 1 – 1 of 1) sorted by relevance
1548 char t_host[MAXHOSTNAMELEN]; local1575 if (strlen(host) > sizeof(t_host) - 1)1578 (void) sm_strlcpy(t_host, host + 1, sizeof(t_host));1580 (void) sm_strlcpy(t_host, host, sizeof(t_host));1587 elem = t_host + strlen(t_host);1588 while (elem > t_host &&1597 if (anynet_pton(AF_INET6, t_host, &in6_addr) == 1)1601 if (inet_addr(t_host) != INADDR_NONE)1610 for (p = (char *) t_host; *p != '\0'; p++)1622 while (elem > t_host)[all …]