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

  /external/c-ares/
adig.c 200 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);
ares_private.h 271 int optmask; /* the option bitfield passed in at init time */ member in struct:ares_channeldata
ares_init.c 80 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 & ARES_OPT_ROTATE)
    [all...]

Completed in 42 milliseconds