Home
last modified time | relevance | path

Searched refs:local_hints (Results 1 – 1 of 1) sorted by relevance

/glibc-2.36/sysdeps/posix/
Dgetaddrinfo.c2288 struct addrinfo local_hints; in getaddrinfo() local
2337 local_hints = *hints; in getaddrinfo()
2338 local_hints.ai_family = seen_ipv4 ? PF_INET : PF_INET6; in getaddrinfo()
2339 hints = &local_hints; in getaddrinfo()