Lines Matching defs:hints
68 const ADDRINFOW* hints,
85 struct addrinfoW* hints;
89 hints = req->addrinfow;
91 err = GetAddrInfoW(req->node, req->service, hints, &req->addrinfow);
229 * We also copy hints so that caller does not need to keep memory until the
243 const struct addrinfo* hints) {
279 if (hints != NULL) {
313 /* copy hints to allocated memory and save pointer in req */
314 if (hints != NULL) {
316 req->addrinfow->ai_family = hints->ai_family;
317 req->addrinfow->ai_socktype = hints->ai_socktype;
318 req->addrinfow->ai_protocol = hints->ai_protocol;
319 req->addrinfow->ai_flags = hints->ai_flags;