Searched refs:ARES_ETIMEOUT (Results 1 – 6 of 6) sorted by relevance
114 #define ARES_ETIMEOUT 12 macro
217 status == ARES_ETIMEOUT) && (hquery->sent_family == AF_INET6 && in host_callback()
559 query->error_status = ARES_ETIMEOUT; in process_timeouts()
212 ares_cancel() is used, to be ARES_ECANCELLED instead of ARES_ETIMEOUT to
47 case ARES_ETIMEOUT: return "ARES_ETIMEOUT"; in StatusToString()
210 EXPECT_EQ(ARES_ETIMEOUT, result.status_); in TEST_P()