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);
248 * We also copy hints so that caller does not need to keep memory until the
262 const struct addrinfo* hints) {
311 if (hints != NULL) {
361 /* copy hints to allocated memory and save pointer in req */
362 if (hints != NULL) {
364 req->addrinfow->ai_family = hints->ai_family;
365 req->addrinfow->ai_socktype = hints->ai_socktype;
366 req->addrinfow->ai_protocol = hints->ai_protocol;
367 req->addrinfow->ai_flags = hints->ai_flags;