Searched refs:ARES_OPT_FLAGS (Results 1 – 6 of 6) sorted by relevance
153 #define ARES_OPT_FLAGS (1 << 0) macro
156 int status = ares_init_options(&(*ev_driver)->channel, &opts, ARES_OPT_FLAGS); in grpc_ares_ev_driver_create_locked()
528 int status = ares_init_options(&(*ev_driver)->channel, &opts, ARES_OPT_FLAGS); in grpc_ares_ev_driver_create_locked()
161 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; in main()
329 (*optmask) = (ARES_OPT_FLAGS|ARES_OPT_TRIES|ARES_OPT_NDOTS| in ares_save_options()427 if ((optmask & ARES_OPT_FLAGS) && channel->flags == -1) in init_by_options()
731 ARES_OPT_FLAGS | ARES_OPT_TIMEOUTMS | in Setup()