Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_send.c113 packetsz = (channel->flags & ARES_FLAG_EDNS) ? channel->ednspsz : PACKETSZ; in ares_send()
Dares_query.c121 &qlen, (channel->flags & ARES_FLAG_EDNS) ? channel->ednspsz : 0); in ares_query()
Dares.h147 #define ARES_FLAG_EDNS (1 << 8) macro
Dares_process.c615 if (channel->flags & ARES_FLAG_EDNS) in process_answer()
621 channel->flags ^= ARES_FLAG_EDNS; in process_answer()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-mock.cc393 MockEDNSChannelTest() : MockFlagsChannelOptsTest(ARES_FLAG_EDNS) {} in MockEDNSChannelTest()