Lines Matching refs:hints
345 struct addrinfo hints, *result = NULL; in handle_request() local
352 hints = (struct addrinfo) { in handle_request()
359 msan_unpoison(&hints, sizeof(hints)); in handle_request()
365 ai_req->hints_valid ? &hints : NULL, in handle_request()
926 const struct addrinfo *hints, in resolve_getaddrinfo_with_destroy_callback() argument
962 .hints_valid = hints, in resolve_getaddrinfo_with_destroy_callback()
963 .ai_flags = hints ? hints->ai_flags : 0, in resolve_getaddrinfo_with_destroy_callback()
964 .ai_family = hints ? hints->ai_family : 0, in resolve_getaddrinfo_with_destroy_callback()
965 .ai_socktype = hints ? hints->ai_socktype : 0, in resolve_getaddrinfo_with_destroy_callback()
966 .ai_protocol = hints ? hints->ai_protocol : 0, in resolve_getaddrinfo_with_destroy_callback()
996 const struct addrinfo *hints, in sd_resolve_getaddrinfo() argument
1000 …return resolve_getaddrinfo_with_destroy_callback(resolve, ret_query, node, service, hints, callbac… in sd_resolve_getaddrinfo()