Searched refs:local_hints (Results 1 – 1 of 1) sorted by relevance
2288 struct addrinfo local_hints; in getaddrinfo() local2337 local_hints = *hints; in getaddrinfo()2338 local_hints.ai_family = seen_ipv4 ? PF_INET : PF_INET6; in getaddrinfo()2339 hints = &local_hints; in getaddrinfo()