Searched defs:optmask (Results 1 - 3 of 3) sorted by relevance

/external/c-ares/
H A Dadig.c200 int c, i, optmask = ARES_OPT_FLAGS, dnsclass = C_IN, type = T_A; local
298 optmask |= ARES_OPT_SERVERS;
332 optmask |= ARES_OPT_TCP_PORT;
340 optmask |= ARES_OPT_UDP_PORT;
349 status = ares_init_options(&channel, &options, optmask);
H A Dares_private.h271 int optmask; /* the option bitfield passed in at init time */ member in struct:ares_channeldata
H A Dares_init.c80 int optmask);
118 int optmask)
198 status = init_by_options(channel, options, optmask);
273 int optmask; local
279 rc = ares_save_options(src, &opts, &optmask);
284 rc = ares_init_options(dest, &opts, optmask);
323 int *optmask)
334 /* Traditionally the optmask wasn't saved in the channel struct so it was
337 (*optmask) = (ARES_OPT_FLAGS|ARES_OPT_TRIES|ARES_OPT_NDOTS|
341 (channel->optmask
117 ares_init_options(ares_channel *channelptr, struct ares_options *options, int optmask) argument
322 ares_save_options(ares_channel channel, struct ares_options *options, int *optmask) argument
414 init_by_options(ares_channel channel, const struct ares_options *options, int optmask) argument
[all...]

Completed in 171 milliseconds