Searched defs:view (Results 1 - 25 of 38) sorted by relevance

12

/bind-9.6-ESV-R11/bin/named/include/named/
H A Dlwresd.h36 dns_view_t *view; member in struct:ns_lwresd
H A Dclient.h109 dns_view_t * view; member in struct:ns_client
H A Dlwdclient.h185 dns_view_t *view; member in struct:ns_lwdclientmgr
/bind-9.6-ESV-R11/contrib/zkt/
H A Dnscomm.c66 if ( z->view )
67 snprintf (str, sizeof (str), "\"%s\" in view \"%s\"", domain, z->view);
74 if ( z->view )
75 snprintf (cmdline, sizeof (cmdline), "%s %s %s IN %s", RELOADCMD, action, domain, z->view);
105 char *view; local
130 view = ""; /* default is an empty view string */
131 if ( zp->conf->view )
133 snprintf (zone, sizeof (zone), "\"%s\" in view \"
[all...]
H A Dzkt-conf.c68 static const char *view = ""; variable
88 {"view", required_argument, NULL, 'V' },
115 view = getnameappendix (progname, "zkt-conf");
117 defconfname = getdefconfname (view);
142 case 'V': /* view name */
143 view = optarg;
144 defconfname = getdefconfname (view);
319 fprintf (stderr, "usage: %s [-V view] [-w|-t] -d [-O <optstr>]\n", progname);
320 fprintf (stderr, "usage: %s [-V view] [-w|-t] [-s] [-c config] [-O <optstr>]\n", progname);
321 fprintf (stderr, "usage: %s [-V view] [
[all...]
H A Dncparse.c85 { "view", TOK_VIEW },
206 char view[255+1]; local
216 view[0] = '\0';
270 snprintf (view, sizeof view, "%s", strval); /* store the name of the view */
286 dbg_val4 ("dir %s view %s zone %s file %s\n", dir, view, zone, zonefile);
287 (*func) (dir, view, zone, zonefile);
298 int printzone (const char *dir, const char *view, cons argument
[all...]
H A Dzkt-ls.c88 static const char *view = ""; variable
120 {"view", required_argument, NULL, 'V' },
156 view = getnameappendix (progname, "zkt-ls");
158 defconfname = getdefconfname (view);
201 case 'V': /* view name */
202 view = optarg;
203 defconfname = getdefconfname (view);
H A Ddnssec-zkt.c87 static const char *view = ""; variable
127 {"view", required_argument, NULL, 'V' },
167 view = getnameappendix (progname, "dnssec-zkt");
169 defconfname = getdefconfname (view);
237 case 'V': /* view name */
238 view = optarg;
239 defconfname = getdefconfname (view);
H A Dzkt-keyman.c86 static const char *view = ""; variable
115 {"view", required_argument, NULL, 'V' },
152 view = getnameappendix (progname, "dnssec-zkt");
154 defconfname = getdefconfname (view);
209 case 'V': /* view name */
210 view = optarg;
211 defconfname = getdefconfname (view);
/bind-9.6-ESV-R11/lib/dns/tests/
H A Dzonemgr_test.c32 #include <dns/view.h>
40 dns_view_t *view = NULL; local
46 CHECK(dns_view_create(mctx, dns_rdataclass_in, "view", &view));
55 dns_zone_setview(zone, view);
57 dns_zone_setclass(zone, view->rdclass);
59 dns_view_detach(&view);
67 if (view != NULL)
68 dns_view_detach(&view);
H A Ddnstest.c43 #include <dns/view.h>
192 * 'zonep'. If 'view' is set, add the zone to that view; otherwise, create
193 * a new view for the purpose.
195 * If the created view is going to be needed by the caller subsequently,
196 * then 'keepview' should be set to true; this will prevent the view
198 * detaching the view.
201 dns_test_makezone(const char *name, dns_zone_t **zonep, dns_view_t *view, argument
210 if (view == NULL)
211 CHECK(dns_view_create(mctx, dns_rdataclass_in, "view",
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dbyaddr_test.c44 #include <dns/view.h>
85 dns_view_t *view; local
146 view = NULL;
148 &view) == ISC_R_SUCCESS);
187 RUNTIME_CHECK(dns_view_createresolver(view, taskmgr, 10,
210 RUNTIME_CHECK(dns_fwdtable_add(view->fwdtable, dns_rootname,
215 dns_view_setcache(view, cache);
216 dns_view_freeze(view);
232 result = dns_byaddr_create(mctx, &na, view, options, task,
248 dns_view_detach(&view);
[all...]
H A Dadb_test.c63 static dns_view_t *view; variable
182 view = NULL;
183 result = dns_view_create(mctx, dns_rdataclass_in, "_default", &view);
193 dns_view_setcache(view, cache);
219 RUNTIME_CHECK(dns_view_createresolver(view, taskmgr, 10,
230 dns_view_sethints(view, rootdb);
233 dns_view_freeze(view);
267 now, NULL, view->dstport, &client->find);
358 adb = view->adb;
414 dns_view_detach(&view);
[all...]
H A Dbyname_test.c51 static dns_view_t *view = NULL; variable
126 result = dns_adb_createfind(view->adb, task, adb_callback, NULL,
266 view = NULL;
268 &view) == ISC_R_SUCCESS);
306 RUNTIME_CHECK(dns_view_createresolver(view, taskmgr, 10,
329 RUNTIME_CHECK(dns_fwdtable_add(view->fwdtable, dns_rootname,
334 dns_view_setcache(view, cache);
335 dns_view_freeze(view);
353 dns_view_detach(&view);
/bind-9.6-ESV-R11/bin/tests/system/tkey/
H A Dkeydelete.c46 #include <dns/view.h>
151 dns_view_t *view; local
217 view = NULL;
218 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
219 dns_view_setkeyring(view, ring);
255 dns_view_detach(&view);
H A Dkeycreate.c46 #include <dns/view.h>
208 dns_view_t *view; local
276 view = NULL;
277 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
278 dns_view_setkeyring(view, ring);
316 dns_view_detach(&view);
/bind-9.6-ESV-R11/bin/check/
H A Dnamed-checkconf.c183 configure_zone(const char *vclass, const char *view, argument
362 fprintf(stderr, "%s/%s/%s: %s\n", view, zname, zclass,
367 /*% configure a view */
369 configure_view(const char *vclass, const char *view, const cfg_obj_t *config, argument
393 tresult = configure_zone(vclass, view, zconfig, vconfig,
415 (void)cfg_map_get(config, "view", &views);
/bind-9.6-ESV-R11/lib/dns/
H A Dbyaddr.c40 #include <dns/view.h>
216 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view, argument
257 dns_rdatatype_ptr, view, 0, task,
H A Ddlz.c111 dns_dlzallowzonexfr(dns_view_t *view, dns_name_t *name, argument
121 REQUIRE(DNS_DLZ_VALID(view->dlzdatabase));
126 dlzdatabase = view->dlzdatabase;
130 view->rdclass, name, clientaddr, dbp);
250 dns_dlzfindzone(dns_view_t *view, dns_name_t *name, unsigned int minlabels, argument
264 REQUIRE(DNS_DLZ_VALID(view->dlzdatabase));
294 dlzdatabase = view->dlzdatabase;
298 view->rdclass, zonename, dbp);
H A Dlookup.c38 #include <dns/view.h>
50 dns_view_t * view; member in struct:dns_lookup
91 result = dns_resolver_createfetch(lookup->view->resolver,
173 result = dns_view_find(lookup->view, name, type, 0, 0, ISC_FALSE,
349 dns_view_detach(&lookup->view);
386 dns_view_t *view, unsigned int options, isc_task_t *task,
429 lookup->view = NULL;
430 dns_view_attach(view, &lookup->view);
469 INSIST(lookup->view !
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
[all...]
H A Drootns.c42 #include <dns/view.h>
263 report(dns_view_t *view, dns_name_t *name, isc_boolean_t missing, argument
273 if (strcmp(view->name, "_bind") != 0 &&
274 strcmp(view->name, "_default") != 0) {
275 viewname = view->name;
276 sep = ": view ";
322 check_address_records(dns_view_t *view, dns_db_t *hints, dns_db_t *db, argument
348 report(view, name, ISC_TRUE, &rdata);
356 report(view, name, ISC_FALSE, &rdata);
366 report(view, nam
422 dns_root_checkhints(dns_view_t *view, dns_db_t *hints, dns_db_t *db) argument
[all...]
H A Dzt.c35 #include <dns/view.h>
294 dns_view_t *view; local
324 view = dns_zone_getview(zone);
325 if (strcmp(view->name, "_bind") == 0 ||
326 strcmp(view->name, "_default") == 0)
331 vname = view->name;
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dvalidator.h33 * the view and may fetch RRset to complete trust chains. It implements
129 dns_view_t * view; member in struct:dns_validator
179 dns_validator_create(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type,
208 * The validation is performed in the context of 'view'.
/bind-9.6-ESV-R11/bin/tests/dst/
H A Dgsstest.c46 #include <dns/view.h>
442 dns_view_t *view; local
515 view = NULL;
516 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
517 dns_view_setkeyring(view, ring);
548 dns_view_detach(&view);
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c39 #include <dns/view.h>
85 dns_view_t *view; local
87 view = dns_zone_getview(zone);
91 if (view != NULL)
92 aclp = &view->notifyacl;
96 if (view != NULL)
97 aclp = &view->queryacl;
101 if (view != NULL)
102 aclp = &view->queryonacl;
106 if (view !
436 dns_view_t *view; local
[all...]

Completed in 1762 milliseconds

12