Lines Matching defs:hints
340 struct addrinfo hints = {}, *result = NULL;
347 hints.ai_flags = ai_req->ai_flags;
348 hints.ai_family = ai_req->ai_family;
349 hints.ai_socktype = ai_req->ai_socktype;
350 hints.ai_protocol = ai_req->ai_protocol;
357 ai_req->hints_valid ? &hints : NULL,
938 const struct addrinfo *hints,
967 if (hints) {
969 req.ai_flags = hints->ai_flags;
970 req.ai_family = hints->ai_family;
971 req.ai_socktype = hints->ai_socktype;
972 req.ai_protocol = hints->ai_protocol;