Lines Matching defs:host
1 /* traceroute - trace the route to "host".
180 static void resolve_addr(char *host, int family, int type, int proto, void *sock)
190 ret = getaddrinfo(host, NULL, &hint, &info);
191 if (ret || !info) error_exit("bad address: %s ", host);
299 char host[NI_MAXHOST];
301 sizeof(struct sockaddr_in), host, NI_MAXHOST, NULL, 0, 0))
302 xprintf(" %s (", host);
414 char host[NI_MAXHOST];
416 sizeof(from), host, sizeof(host), NULL, 0, 0))
417 xprintf(" %s (", host);