Home
last modified time | relevance | path

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

/external/c-ares/
Dares_gethostbyname.c64 int sent_family; /* this family is what was is being used */ member
117 hquery->sent_family = -1; /* nothing is sent yet */ in ares_gethostbyname()
148 hquery->sent_family = AF_INET6; in next_lookup()
153 hquery->sent_family = AF_INET; in next_lookup()
188 if (hquery->sent_family == AF_INET) in host_callback()
194 else if (hquery->sent_family == AF_INET6) in host_callback()
202 hquery->sent_family = AF_INET; in host_callback()
213 status == ARES_ETIMEOUT) && (hquery->sent_family == AF_INET6 && in host_callback()
217 hquery->sent_family = AF_INET; in host_callback()