Searched refs:ARES_OPT_FLAGS (Results 1 – 3 of 3) sorted by relevance
148 #define ARES_OPT_FLAGS (1 << 0) macro
200 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; in main()
337 (*optmask) = (ARES_OPT_FLAGS|ARES_OPT_TRIES|ARES_OPT_NDOTS| in ares_save_options()421 if ((optmask & ARES_OPT_FLAGS) && channel->flags == -1) in init_by_options()