Lines Matching defs:host
1189 struct hostent *host;
1191 host = gethostbyaddr(addr, sizeof(struct in_addr), AF_INET);
1192 if (host == NULL)
1195 return host->h_name;
1332 struct hostent *host;
1337 if ((host = gethostbyname(name)) != NULL) {
1338 if (host->h_addrtype != AF_INET ||
1339 host->h_length != sizeof(struct in_addr))
1342 while (host->h_addr_list[*naddr] != NULL)
1346 memcpy(&addr[i], host->h_addr_list[i],
1369 xt_params->exit_err(PARAMETER_PROBLEM, "host/network `%s' not found", name);
1685 xt_params->exit_err(PARAMETER_PROBLEM, "host/network `%s' not found", name);