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

123

/bind-9.6-ESV-R11/bin/named/
H A Dtkeyconf.c54 ns_tkeyctx_fromconfig(const cfg_obj_t *options, isc_mem_t *mctx, argument
72 result = cfg_map_get(options, "tkey-dhkey", &obj);
88 result = cfg_map_get(options, "tkey-domain", &obj);
107 result = cfg_map_get(options, "tkey-gssapi-credential", &obj);
H A Dlwdgabn.c406 unsigned int options; local
417 options = 0;
418 options |= DNS_ADBFIND_WANTEVENT;
419 options |= DNS_ADBFIND_RETURNLAME;
427 options |= DNS_ADBFIND_INET;
429 options |= DNS_ADBFIND_INET6;
437 dns_rootname, 0, options, 0,
506 if ((client->find->options & DNS_ADBFIND_WANTEVENT) != 0) {
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dopt_41.h35 unsigned char *options; member in struct:dns_rdata_opt
/bind-9.6-ESV-R11/lib/isc/
H A Dcommandline.c95 isc_commandline_parse(int argc, char * const *argv, const char *options) { argument
97 char *option; /* Index into *options of option. */
99 REQUIRE(argc >= 0 && argv != NULL && options != NULL);
125 * Found '--' to signal end of options. Advance
135 option = strchr(options, isc_commandline_option);
138 * Ensure valid option has been passed as specified by options string.
140 * distinguish ':' from the argument specifier in the options string.
146 if (isc_commandline_errprint && *options != ':')
194 * when ':' starts options string, per historical spec.
196 if (*options
[all...]
H A Dstats.c312 void *arg, unsigned int options)
321 if ((options & ISC_STATSDUMP_VERBOSE) == 0 &&
311 isc_stats_dump(isc_stats_t *stats, isc_stats_dumper_t dump_fn, void *arg, unsigned int options) argument
/bind-9.6-ESV-R11/bin/tests/
H A Dlex_test.c81 unsigned int options = 0; local
111 options = ISC_LEXOPT_DNSMULTILINE | ISC_LEXOPT_ESCAPE |
126 options = ISC_LEXOPT_EOF |
136 while ((result = isc_lex_gettoken(lex, options, &token)) ==
H A Dbyaddr_test.c92 unsigned int options = 0; local
232 result = dns_byaddr_create(mctx, &na, view, options, task,
H A Dadb_test.c243 unsigned int options; local
259 options = 0;
260 options |= DNS_ADBFIND_INET;
261 options |= DNS_ADBFIND_INET6;
262 options |= DNS_ADBFIND_WANTEVENT;
263 options |= DNS_ADBFIND_HINTOK;
264 options |= DNS_ADBFIND_GLUEOK;
266 &client->name, dns_rootname, 0, options,
272 if ((client->find->options & DNS_ADBFIND_WANTEVENT) != 0) {
H A Dbyname_test.c120 unsigned int options; local
122 options = DNS_ADBFIND_INET | DNS_ADBFIND_INET6;
124 options |= DNS_ADBFIND_WANTEVENT | DNS_ADBFIND_EMPTYEVENT;
128 dns_rootname, 0, options, 0,
137 INSIST((find->options & DNS_ADBFIND_WANTEVENT) == 0);
145 if ((find->options & DNS_ADBFIND_WANTEVENT) == 0) {
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/util/
H A Dgenerate_normalize_data.pl179 Usage: $0 [options..]
180 options: label
/bind-9.6-ESV-R11/lib/dns/
H A Dgen-win32.h102 isc_commandline_parse(int argc, char * const *argv, const char *options) { argument
104 char *option; /* Index into *options of option. */
127 * Found '--' to signal end of options. Advance
137 option = strchr(options, isc_commandline_option);
140 * Ensure valid option has been passed as specified by options string.
142 * distinguish ':' from the argument specifier in the options string.
148 if (isc_commandline_errprint && *options != ':')
192 * when ':' starts options string, per historical spec.
194 if (*options == ':')
H A Ddbtable.c264 unsigned int options, dns_db_t **dbp)
272 if ((options & DNS_DBTABLEFIND_NOEXACT) != 0)
263 dns_dbtable_find(dns_dbtable_t *dbtable, dns_name_t *name, unsigned int options, dns_db_t **dbp) argument
H A Dbyaddr.c53 unsigned int options; member in struct:dns_byaddr
84 dns_byaddr_createptrname2(isc_netaddr_t *address, unsigned int options, argument
118 if ((options & DNS_BYADDROPT_IPV6INT) != 0)
217 unsigned int options, isc_task_t *task,
228 byaddr->options = options;
250 result = dns_byaddr_createptrname2(address, options,
216 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 Dlookup.c48 unsigned int options; member in struct:dns_lookup
386 dns_view_t *view, unsigned int options, isc_task_t *task,
397 lookup->options = options;
385 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.c327 isc_buffer_t *target, unsigned int options,
384 if ((options & DNS_NCACHETOWIRE_OMITDNSSEC) != 0 &&
326 dns_ncache_towire(dns_rdataset_t *rdataset, dns_compress_t *cctx, isc_buffer_t *target, unsigned int options, unsigned int *countp) argument
H A Dzt.c143 dns_zt_find(dns_zt_t *zt, dns_name_t *name, unsigned int options, argument
152 if ((options & DNS_ZTFIND_NOEXACT) != 0)
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c60 fprintf(stderr, " %s -a alg -l label [options] name\n\n",
63 fprintf(stderr, "Required options:\n");
67 fprintf(stderr, "Other options:\n");
106 int options = DST_TYPE_PRIVATE | DST_TYPE_PUBLIC; local
136 options |= DST_TYPE_KEY;
203 options |= DST_TYPE_KEY;
206 if (type != NULL && (options & DST_TYPE_KEY) != 0) {
221 if ((options & DST_TYPE_KEY) != 0) /* KEY */
226 else if ((options & DST_TYPE_KEY) != 0) { /* KEY */
239 if ((options
[all...]
H A Ddnssec-keygen.c81 fprintf(stderr, " %s -a alg -b bits [-n type] [options] name\n\n",
84 fprintf(stderr, "Required options:\n");
104 fprintf(stderr, "Other options:\n");
150 int options = DST_TYPE_PRIVATE | DST_TYPE_PUBLIC; local
199 options |= DST_TYPE_KEY;
266 options |= DST_TYPE_KEY;
269 options |= DST_TYPE_KEY;
272 options |= DST_TYPE_KEY;
275 options |= DST_TYPE_KEY;
278 options |
[all...]
/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c92 int options; local
94 options = LOG_PID;
96 options |= LOG_NDELAY;
99 openlog(progname, options, LOG_DAEMON);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dadb.h116 unsigned int options; /*%< RO: options */ member in struct:dns_adbfind
334 dns_rdatatype_t qtype, unsigned int options,
377 * XXXMLG Document options, especially the flags which control how
436 * with (find->options & DNS_ADBFIND_WANTEVENT).
H A Dvalidator.h131 unsigned int options; member in struct:dns_validator
171 * dns_validator_create() options.
181 dns_message_t *message, unsigned int options,
216 * options:
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp134 impl::app::options(void) function in class:impl::app
174 options_set opts = options();
225 os << ui::format_text_with_tag(std::string(m_prog_name) + " [options]" +
229 options_set opts = options();
231 os << "Available options:\n";
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dlwdclient.h84 unsigned int options; member in struct:ns_lwdclient
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c293 * support named.conf options, this is now being added to test.
330 * support named.conf options, this is now being added to test.
368 int options; local
370 options = LOG_PID;
372 options |= LOG_NDELAY;
374 openlog(isc_file_basename(progname), options, ISC_FACILITY); local
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c724 static char *options[] = { variable
761 " The following options can be specified multiple times",
779 fprintf(stderr, "Usage: %s [options..] [file]\n", cmd);
781 for (i = 0; options[i] != NULL; i++)
782 fprintf(stderr, "\t%s\n", options[i]);

Completed in 38 milliseconds

123