Searched refs:options (Results 1 – 20 of 20) sorted by relevance
70 TEST_VERIFY (_res.options & RES_INIT); in check_chroot_working()84 if (*options & flag) in print_option_flag()87 *options &= ~flag; in print_option_flag()104 TEST_VERIFY (resp->options & RES_INIT); in print_resp()107 int options in print_resp() local109 if (options != 0 in print_resp()132 if (options != 0) in print_resp()785 _res.options = RES_USE_EDNS0; in special_test_callback()789 _res.options |= RES_USE_EDNS0; in special_test_callback()803 _res.options = RES_USE_EDNS0; in special_test_callback()[all …]
172 || (preinit->options != 0 in has_preinit_values()173 && (preinit->options & ~RES_INIT) != RES_DEFAULT); in has_preinit_values()190 parser->template.options = preinit->options | RES_INIT; in resolv_conf_parser_init()196 parser->template.options = RES_DEFAULT | RES_INIT; in resolv_conf_parser_init()647 const char *cp = options; in res_setoptions()687 } options[] = { in res_setoptions() local699 #define noptions (sizeof (options) / sizeof (options[0])) in res_setoptions()701 if (strncmp (cp, options[i].str, options[i].len) == 0) in res_setoptions()703 if (options[i].clear) in res_setoptions()704 parser->template.options &= options[i].flag; in res_setoptions()[all …]
62 return ctx->resp->options == ctx->conf->options in replicated_configuration_matches()74 if (resp->options & RES_INIT) in maybe_init()76 if (resp->options & RES_NORELOAD) in maybe_init()117 resp->options = RES_DEFAULT; in maybe_init()
70 if (!(_res.options & RES_INIT)) in res_init()71 _res.options = RES_DEFAULT; in res_init()
49 if ((_res.options & RES_INIT) == 0) in __res_close()
128 _res.options |= RES_SNGLKUP; in do_test()131 _res.options |= RES_SNGLKUPREOP; in do_test()
121 if (ctx->resp->options & RES_TRUSTAD) in __res_context_mkquery()123 hp->rd = (ctx->resp->options & RES_RECURSE) != 0; in __res_context_mkquery()291 if (ctx->resp->options & RES_USE_DNSSEC) in __res_nopt()
135 if ((statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0) in __res_context_query()159 && (statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0) in __res_context_query()175 && (statp->options & (RES_USE_EDNS0|RES_USE_DNSSEC)) != 0) in __res_context_query()402 if ((!dots && (statp->options & RES_DEFNAMES) != 0) || in __res_context_search()403 (dots && !trailing_dot && (statp->options & RES_DNSRCH) != 0)) { in __res_context_search()487 if ((statp->options & RES_DNSRCH) == 0) in __res_context_search()496 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0) in __res_context_search()
202 if (nscount <= 1 || !(statp->options & RES_ROTATE)) in nameserver_offset()247 if (!(ctx->resp->options & RES_TRUSTAD)) in mask_ad_bit()283 v_circuit = ((statp->options & RES_USEVC) in __res_context_send()410 if ((v_circuit && (statp->options & RES_USEVC) == 0) || in __res_context_send()411 (statp->options & RES_STAYOPEN) == 0) { in __res_context_send()945 bool single_request_reopen = (statp->options & RES_SNGLKUPREOP) != 0; in send_dg()946 bool single_request = (((statp->options & RES_SNGLKUP) != 0) in send_dg()1004 statp->options |= RES_SNGLKUP; in send_dg()1011 statp->options |= RES_SNGLKUPREOP; in send_dg()1247 if (!(statp->options & RES_IGNTC) && anhp->tc) { in send_dg()
56 unsigned int options; member
101 if (ctx->resp->options & RES_NOALIASES) in __res_context_hostalias()
141 _res.options = 0; in libc_hidden_def()
220 _res.options |= RES_SNGLKUP; in do_test()223 _res.options |= RES_SNGLKUPREOP; in do_test()
178 if (!(resp->options & RES_INIT)) in resolv_conf_get_1()410 conf->options = init->options; in __resolv_conf_allocate()478 resp->options = conf->options; in update_from_conf()
154 _res.options |= RES_TRUSTAD; in do_test()
501 _res.options |= RES_USE_EDNS0; in do_test()504 _res.options |= RES_USE_DNSSEC; in do_test()
235 _res.options |= RES_ROTATE; in do_test()
21 * The RES_DEBUG option (`options debug' in /etc/resolv.conf) has been31 `_res.options'. This fixes a potential security bug with programs
159 if (statp->options & mask) in fp_resstat()
16 unsigned long options; /* option flags - see below. */ member
Completed in 40 milliseconds