Lines Matching refs:ai_family
123 hints.ai_family = domain;
130 hints.ai_family = domain;
135 s = socket(server_res->ai_family, proto, 0);
167 if (server_res->ai_family == AF_INET) {
175 else if (server_res->ai_family == AF_INET6) {
224 * CentOS 6 and MacOS, getaddrinfo(3) with AF_UNSPEC in ai_family,
226 * with ai_family set to AF_INET, with the result that we create
230 * On FreeBSD, under the above circumstances, ai_family in the
234 hints.ai_family = AF_INET6;
237 hints.ai_family = domain;
244 s = socket(res->ai_family, proto, 0);
268 if (res->ai_family == AF_INET6 && (domain == AF_UNSPEC || domain == AF_INET6)) {