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