Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_gethostbyname.c59 int want_family; /* this family is what is asked for in the API */ member
117 hquery->want_family = family; in ares_gethostbyname()
146 if ((hquery->want_family == AF_INET6) || in next_lookup()
147 (hquery->want_family == AF_UNSPEC)) { in next_lookup()
162 status = file_lookup(hquery->name, hquery->want_family, &host); in next_lookup()
200 hquery->want_family == AF_UNSPEC) { in host_callback()
218 hquery->want_family == AF_UNSPEC)) in host_callback()