Searched refs:ARES_FLAG_PRIMARY (Results 1 – 3 of 3) sorted by relevance
143 #define ARES_FLAG_PRIMARY (1 << 1) macro
67 { "primary", ARES_FLAG_PRIMARY },
232 if ((channel->flags & ARES_FLAG_PRIMARY) && channel->nservers > 1) in ares_init_options()