HomeSort by relevance Sort by last modified time
    Searched refs:ARES_FLAG_PRIMARY (Results 1 - 3 of 3) sorted by null

  /external/c-ares/
ares.h 139 #define ARES_FLAG_PRIMARY (1 << 1)
adig.c 110 { "primary", ARES_FLAG_PRIMARY },
ares_init.c 255 /* Trim to one server if ARES_FLAG_PRIMARY is set. */
256 if ((channel->flags & ARES_FLAG_PRIMARY) && channel->nservers > 1)
    [all...]

Completed in 104 milliseconds