Searched defs:options (Results 1 - 25 of 73) sorted by relevance

123

/bind-9.11.3/bin/tests/bigtest/
H A Dbuildzones.sh50 echo 'options {'
64 echo 'options {'
77 options() { function
78 echo 'options {'
160 options $addr yes >> named.conf
200 options ${addr} > servers/${addr}.conf
229 options $addr > servers/${addr}.conf
/bind-9.11.3/lib/dns/rdata/generic/
H A Dopt_41.h26 unsigned char *options; member in struct:dns_rdata_opt
/bind-9.11.3/bin/named/
H A Dtkeyconf.c45 ns_tkeyctx_fromconfig(const cfg_obj_t *options, isc_mem_t *mctx, argument
63 result = cfg_map_get(options, "tkey-dhkey", &obj);
78 result = cfg_map_get(options, "tkey-domain", &obj);
96 result = cfg_map_get(options, "tkey-gssapi-credential", &obj);
109 result = cfg_map_get(options, "tkey-gssapi-keytab", &obj);
H A Dlwdgabn.c397 unsigned int options; local
408 options = 0;
409 options |= DNS_ADBFIND_WANTEVENT;
410 options |= DNS_ADBFIND_RETURNLAME;
418 options |= DNS_ADBFIND_INET;
420 options |= DNS_ADBFIND_INET6;
428 dns_rootname, 0, options, 0,
497 if ((client->find->options & DNS_ADBFIND_WANTEVENT) != 0) {
/bind-9.11.3/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl179 Usage: $0 [options..]
180 options: label
/bind-9.11.3/bin/tests/
H A Dlex_test.c73 unsigned int options = 0; local
103 options = ISC_LEXOPT_DNSMULTILINE | ISC_LEXOPT_ESCAPE |
118 options = ISC_LEXOPT_EOF |
128 while ((result = isc_lex_gettoken(lex, options, &token)) ==
H A Dbyaddr_test.c84 unsigned int options = 0; local
224 result = dns_byaddr_create(mctx, &na, view, options, task,
H A Dadb_test.c237 unsigned int options; local
252 options = 0;
253 options |= DNS_ADBFIND_INET;
254 options |= DNS_ADBFIND_INET6;
255 options |= DNS_ADBFIND_WANTEVENT;
256 options |= DNS_ADBFIND_HINTOK;
257 options |= DNS_ADBFIND_GLUEOK;
259 &client->name, dns_rootname, 0, options,
265 if ((client->find->options & DNS_ADBFIND_WANTEVENT) != 0) {
H A Dbyname_test.c110 unsigned int options; local
112 options = DNS_ADBFIND_INET | DNS_ADBFIND_INET6;
114 options |= DNS_ADBFIND_WANTEVENT | DNS_ADBFIND_EMPTYEVENT;
118 dns_rootname, 0, options, 0,
127 INSIST((find->options & DNS_ADBFIND_WANTEVENT) == 0);
135 if ((find->options & DNS_ADBFIND_WANTEVENT) == 0) {
/bind-9.11.3/lib/isc/
H A Dcommandline.c88 isc_commandline_parse(int argc, char * const *argv, const char *options) { argument
90 const char *option; /* Index into *options of option. */
92 REQUIRE(argc >= 0 && argv != NULL && options != NULL);
118 * Found '--' to signal end of options. Advance
128 option = strchr(options, isc_commandline_option);
131 * Ensure valid option has been passed as specified by options string.
133 * distinguish ':' from the argument specifier in the options string.
139 if (isc_commandline_errprint && *options != ':')
187 * when ':' starts options string, per historical spec.
189 if (*options
[all...]
H A Dstats.c399 void *arg, unsigned int options)
408 if ((options & ISC_STATSDUMP_VERBOSE) == 0 &&
398 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg, unsigned int options) argument
H A Dsocket_api.c132 unsigned int options)
137 return (isc__socket_bind(sock, sockaddr, options));
139 return (sock->methods->bind(sock, sockaddr, options));
131 isc_socket_bind(isc_socket_t *sock, isc_sockaddr_t *sockaddr, unsigned int options) argument
/bind-9.11.3/lib/dns/
H A Dgen-win32.h93 isc_commandline_parse(int argc, char * const *argv, const char *options) { argument
95 char *option; /* Index into *options of option. */
118 * Found '--' to signal end of options. Advance
128 option = strchr(options, isc_commandline_option);
131 * Ensure valid option has been passed as specified by options string.
133 * distinguish ':' from the argument specifier in the options string.
139 if (isc_commandline_errprint && *options != ':')
183 * when ':' starts options string, per historical spec.
185 if (*options == ':')
H A Ddbtable.c256 unsigned int options, dns_db_t **dbp)
264 if ((options & DNS_DBTABLEFIND_NOEXACT) != 0)
255 dns_dbtable_find(dns_dbtable_t *dbtable, dns_name_t *name, unsigned int options, dns_db_t **dbp) argument
H A Dlookup.c39 unsigned int options; member in struct:dns_lookup
377 dns_view_t *view, unsigned int options, isc_task_t *task,
389 lookup->options = options;
376 dns_lookup_create(isc_mem_t *mctx, dns_name_t *name, dns_rdatatype_t type, dns_view_t *view, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_lookup_t **lookupp) argument
H A Dncache.c265 isc_buffer_t *target, unsigned int options,
322 if ((options & DNS_NCACHETOWIRE_OMITDNSSEC) != 0 &&
264 dns_ncache_towire(dns_rdataset_t *rdataset, dns_compress_t *cctx, isc_buffer_t *target, unsigned int options, unsigned int *countp) argument
H A Dbyaddr.c56 dns_byaddr_createptrname2(isc_netaddr_t *address, unsigned int options, argument
93 if ((options & DNS_BYADDROPT_IPV6INT) != 0) {
114 unsigned int options; member in struct:dns_byaddr
211 unsigned int options, isc_task_t *task,
223 byaddr->options = options;
245 result = dns_byaddr_createptrname2(address, options,
210 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_byaddr_t **byaddrp) argument
H A Dstats.c302 void *arg, unsigned int options)
307 arg, options);
339 void *arg0, unsigned int options)
346 isc_stats_dump(stats->counters, rdatatype_dumpcb, &arg, options);
386 void *arg0, unsigned int options)
395 isc_stats_dump(stats->counters, rdataset_dumpcb, &arg, options);
414 void *arg0, unsigned int options)
422 isc_stats_dump(stats->counters, opcode_dumpcb, &arg, options);
427 void *arg0, unsigned int options)
435 isc_stats_dump(stats->counters, rcode_dumpcb, &arg, options);
301 dns_generalstats_dump(dns_stats_t *stats, dns_generalstats_dumper_t dump_fn, void *arg, unsigned int options) argument
338 dns_rdatatypestats_dump(dns_stats_t *stats, dns_rdatatypestats_dumper_t dump_fn, void *arg0, unsigned int options) argument
385 dns_rdatasetstats_dump(dns_stats_t *stats, dns_rdatatypestats_dumper_t dump_fn, void *arg0, unsigned int options) argument
413 dns_opcodestats_dump(dns_stats_t *stats, dns_opcodestats_dumper_t dump_fn, void *arg0, unsigned int options) argument
426 dns_rcodestats_dump(dns_stats_t *stats, dns_rcodestats_dumper_t dump_fn, void *arg0, unsigned int options) argument
[all...]
H A Dzt.c149 dns_zt_find(dns_zt_t *zt, const dns_name_t *name, unsigned int options, argument
158 if ((options & DNS_ZTFIND_NOEXACT) != 0)
/bind-9.11.3/bin/tools/
H A Dnamed-rrchecker.c70 unsigned int options = 0; local
158 options = ISC_LEXOPT_EOL;
173 while ((result = isc_lex_gettoken(lex, options | ISC_LEXOPT_NUMBER,
211 result = isc_lex_gettoken(lex, options | ISC_LEXOPT_NUMBER,
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp125 impl::app::options(void) function in class:impl::app
161 options_set opts = options();
/bind-9.11.3/lib/dns/include/dns/
H A Dvalidator.h122 unsigned int options; member in struct:dns_validator
163 * dns_validator_create() options.
175 dns_message_t *message, unsigned int options,
210 * options:
H A Dadb.h107 unsigned int options; /*%< RO: options */ member in struct:dns_adbfind
332 dns_rdatatype_t qtype, unsigned int options,
338 dns_rdatatype_t qtype, unsigned int options,
382 * XXXMLG Document options, especially the flags which control how
441 * with (find->options & DNS_ADBFIND_WANTEVENT).
/bind-9.11.3/bin/named/win32/
H A Dos.c88 int options; local
90 options = LOG_PID;
92 options |= LOG_NDELAY;
95 openlog(progname, options, LOG_DAEMON);
/bind-9.11.3/unit/atf-src/tools/
H A Dapplication.cpp129 impl::app::options(void) function in class:impl::app
167 options_set opts = options();
217 os << ui::format_text_with_tag(std::string(m_prog_name) + " [options]" +
221 options_set opts = options();
223 os << "Available options:\n";

Completed in 47 milliseconds

123