Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_gethostbyname.c58 int sent_family; /* this family is what was is being used */ member
118 hquery->sent_family = -1; /* nothing is sent yet */ in ares_gethostbyname()
149 hquery->sent_family = AF_INET6; in next_lookup()
154 hquery->sent_family = AF_INET; in next_lookup()
189 if (hquery->sent_family == AF_INET) in host_callback()
195 else if (hquery->sent_family == AF_INET6) in host_callback()
206 hquery->sent_family = AF_INET; in host_callback()
217 status == ARES_ETIMEOUT) && (hquery->sent_family == AF_INET6 && in host_callback()
221 hquery->sent_family = AF_INET; in host_callback()