Searched refs:ARES_FLAG_EDNS (Results 1 – 4 of 4) sorted by relevance
107 packetsz = (channel->flags & ARES_FLAG_EDNS) ? channel->ednspsz : PACKETSZ; in ares_send()
115 &qlen, (channel->flags & ARES_FLAG_EDNS) ? channel->ednspsz : 0); in ares_query()
609 if (channel->flags & ARES_FLAG_EDNS) in process_answer()615 channel->flags ^= ARES_FLAG_EDNS; in process_answer()
150 #define ARES_FLAG_EDNS (1 << 8) macro