Searched refs:local_hints (Results 1 – 1 of 1) sorted by relevance
2151 struct addrinfo local_hints; in getaddrinfo() local2200 local_hints = *hints; in getaddrinfo()2201 local_hints.ai_family = seen_ipv4 ? PF_INET : PF_INET6; in getaddrinfo()2202 hints = &local_hints; in getaddrinfo()
Completed in 6 milliseconds