Home
last modified time | relevance | path

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

/external/c-ares/
Dares_gethostbyname.c65 int want_family; /* this family is what is asked for in the API */ member
116 hquery->want_family = family; in ares_gethostbyname()
145 if ((hquery->want_family == AF_INET6) || in next_lookup()
146 (hquery->want_family == AF_UNSPEC)) { in next_lookup()
161 status = file_lookup(hquery->name, hquery->want_family, &host); in next_lookup()
198 hquery->want_family == AF_UNSPEC) { in host_callback()
214 hquery->want_family == AF_UNSPEC)) in host_callback()