Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares__get_hostent.c52 return ARES_EBADFAMILY; in ares__get_hostent()
Dares.h111 #define ARES_EBADFAMILY 9 macro
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-internal.cc310 EXPECT_EQ(ARES_EBADFAMILY, ares__get_hostent(fp, AF_INET+AF_INET6, &host)); in TEST()
Ddns-proto.cc44 case ARES_EBADFAMILY: return "ARES_EBADFAMILY"; in StatusToString()