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

12

/bind-9.11.3/lib/dns/include/dns/
H A Dnta.h35 #include <dns/view.h>
42 dns_view_t *view; member in struct:dns_ntatable
56 dns_ntatable_create(dns_view_t *view,
60 * Create an NTA table in view 'view'.
64 *\li 'view' is a valid view.
H A Ddyndb.h34 dns_view_t *view; member in struct:dns_dyndbctx
131 dns_view_t *view, dns_zonemgr_t *zmgr, isc_task_t *task,
136 * need to access (view, zone manager, memory context, hash initializer,
H A Dvalidator.h24 * the view and may fetch RRset to complete trust chains. It implements
120 dns_view_t * view; member in struct:dns_validator
173 dns_validator_create(dns_view_t *view, dns_name_t *name, dns_rdatatype_t type,
202 * The validation is performed in the context of 'view'.
/bind-9.11.3/bin/tests/system/dyndb/driver/
H A Dinstance.h20 dns_view_t *view; member in struct:sample_instance
/bind-9.11.3/bin/named/include/named/
H A Dlwresd.h27 dns_view_t *view; member in struct:ns_lwresd
H A Dlwdclient.h176 dns_view_t *view; member in struct:ns_lwdclientmgr
/bind-9.11.3/lib/dns/tests/
H A Dzt_test.c26 #include <dns/view.h>
103 dns_view_t *view = NULL; local
114 view = dns_zone_getview(zone);
115 ATF_REQUIRE(view->zonetable != NULL);
118 result = dns_zt_apply(view->zonetable, ISC_FALSE, count_zone, &nzones);
130 /* The view was left attached in dns_test_makezone() */
131 dns_view_detach(&view);
144 dns_view_t *view = NULL; local
163 view = dns_zone_getview(zone);
164 ATF_REQUIRE(view
202 dns_view_t *view; local
[all...]
H A Ddnstap_test.c25 #include <dns/view.h>
131 dns_view_t *view = NULL; local
148 result = dns_test_makeview("test", &view);
157 dns_dt_attach(dtenv, &view->dtenv);
158 view->dttypes = DNS_DTTYPE_ALL;
230 dns_dt_send(view, dt, q, r, ISC_FALSE, &zr, &p, &f, m);
231 dns_dt_send(view, dt, q, r, ISC_FALSE, &zr, NULL, &f, m);
232 dns_dt_send(view, dt, q, r, ISC_FALSE, &zr, &p, NULL, m);
233 dns_dt_send(view, dt, q, r, ISC_FALSE, &zr, NULL, NULL, m);
234 dns_dt_send(view, d
[all...]
H A Dkeytable_test.c31 #include <dns/view.h>
45 static dns_view_t *view = NULL; variable
120 result = dns_test_makeview("view", &view);
124 ATF_REQUIRE_EQ(dns_ntatable_create(view, taskmgr, timermgr,
152 dns_view_detach(&view);
501 result = dns_test_makeview("view", &myview);
H A Ddnstest.c41 #include <dns/view.h>
190 * Create a view.
195 dns_view_t *view = NULL; local
197 CHECK(dns_view_create(mctx, dns_rdataclass_in, name, &view));
198 *viewp = view;
203 if (view != NULL)
204 dns_view_detach(&view);
210 * 'zonep'. If 'view' is set, add the zone to that view; otherwise, create
211 * a new view fo
219 dns_test_makezone(const char *name, dns_zone_t **zonep, dns_view_t *view, isc_boolean_t keepview) argument
[all...]
/bind-9.11.3/bin/tests/
H A Dbyaddr_test.c36 #include <dns/view.h>
77 dns_view_t *view; local
138 view = NULL;
140 &view) == ISC_R_SUCCESS);
179 RUNTIME_CHECK(dns_view_createresolver(view, taskmgr, 10, 1,
202 RUNTIME_CHECK(dns_fwdtable_add(view->fwdtable, dns_rootname,
207 dns_view_setcache(view, cache);
208 dns_view_freeze(view);
224 result = dns_byaddr_create(mctx, &na, view, options, task,
240 dns_view_detach(&view);
[all...]
H A Dadb_test.c55 static dns_view_t *view; variable
174 view = NULL;
175 result = dns_view_create(mctx, dns_rdataclass_in, "_default", &view);
185 dns_view_setcache(view, cache);
213 RUNTIME_CHECK(dns_view_createresolver(view, taskmgr, 10, 1,
224 dns_view_sethints(view, rootdb);
227 dns_view_freeze(view);
260 now, NULL, view->dstport, &client->find);
351 adb = view->adb;
407 dns_view_detach(&view);
[all...]
H A Dbyname_test.c41 static dns_view_t *view = NULL; variable
116 result = dns_adb_createfind(view->adb, task, adb_callback, NULL,
256 view = NULL;
258 &view) == ISC_R_SUCCESS);
296 RUNTIME_CHECK(dns_view_createresolver(view, taskmgr, 10, 1,
319 RUNTIME_CHECK(dns_fwdtable_add(view->fwdtable, dns_rootname,
324 dns_view_setcache(view, cache);
325 dns_view_freeze(view);
343 dns_view_detach(&view);
/bind-9.11.3/bin/tests/resolver/
H A Dt_resolver.c25 #include <dns/view.h>
39 dns_view_t *view = NULL; variable
60 /* 6 */ CHECK(dns_view_create(mctx, dns_rdataclass_in, "testview", &view));
67 /* 6 */ dns_view_detach(&view);
79 result = dns_resolver_create(view,
/bind-9.11.3/bin/tests/system/tkey/
H A Dkeydelete.c40 #include <dns/view.h>
145 dns_view_t *view; local
211 view = NULL;
212 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
213 dns_view_setkeyring(view, ring);
256 dns_view_detach(&view);
H A Dkeycreate.c40 #include <dns/view.h>
212 dns_view_t *view; local
281 view = NULL;
282 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
283 dns_view_setkeyring(view, ring);
322 dns_view_detach(&view);
/bind-9.11.3/lib/dns/
H A Dlookup.c29 #include <dns/view.h>
41 dns_view_t * view; member in struct:dns_lookup
82 result = dns_resolver_createfetch(lookup->view->resolver,
164 result = dns_view_find(lookup->view, name, type, 0, 0, ISC_FALSE,
340 dns_view_detach(&lookup->view);
377 dns_view_t *view, unsigned int options, isc_task_t *task,
421 lookup->view = NULL;
422 dns_view_attach(view, &lookup->view);
461 INSIST(lookup->view !
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
[all...]
H A Drootns.c33 #include <dns/view.h>
262 report(dns_view_t *view, dns_name_t *name, isc_boolean_t missing, argument
272 if (strcmp(view->name, "_bind") != 0 &&
273 strcmp(view->name, "_default") != 0) {
274 viewname = view->name;
275 sep = ": view ";
321 check_address_records(dns_view_t *view, dns_db_t *hints, dns_db_t *db, argument
347 report(view, name, ISC_TRUE, &rdata);
355 report(view, name, ISC_FALSE, &rdata);
365 report(view, nam
421 dns_root_checkhints(dns_view_t *view, dns_db_t *hints, dns_db_t *db) argument
[all...]
H A Dbyaddr.c31 #include <dns/view.h>
210 dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view, argument
252 dns_rdatatype_ptr, view, 0, task,
H A Ddlz.c106 dns_dlzallowzonexfr(dns_view_t *view, dns_name_t *name, argument
122 for (dlzdb = ISC_LIST_HEAD(view->dlz_searched);
131 view->rdclass, name, clientaddr, dbp);
421 dns_dlz_writeablezone(dns_view_t *view, dns_dlzdb_t *dlzdb, argument
455 result = dns_view_findzone(view, origin, &dupzone);
464 result = dns_zone_create(&zone, view->mctx);
470 dns_zone_setview(zone, view);
482 result = dlzdb->configure_callback(view, dlzdb, zone);
486 result = dns_view_addzone(view, zone);
501 dns_dlzconfigure(dns_view_t *view, dns_dlzdb_ argument
[all...]
H A Ddyndb.c31 #include <dns/view.h>
412 dns_view_t *view, dns_zonemgr_t *zmgr, isc_task_t *task,
424 if (view != NULL)
425 dns_view_attach(view, &dctx->view);
454 if (dctx->view != NULL)
455 dns_view_detach(&dctx->view);
411 dns_dyndb_createctx(isc_mem_t *mctx, const void *hashinit, isc_log_t *lctx, dns_view_t *view, dns_zonemgr_t *zmgr, isc_task_t *task, isc_timermgr_t *tmgr, dns_dyndbctx_t **dctxp) argument
H A Dnta.c100 dns_ntatable_create(dns_view_t *view, argument
109 ntatable = isc_mem_get(view->mctx, sizeof(*ntatable));
120 result = dns_rbt_create(view->mctx, free_nta, view->mctx,
132 ntatable->view = view;
147 isc_mem_put(ntatable->view->mctx, ntatable, sizeof(*ntatable));
193 isc_mem_put(ntatable->view->mctx, ntatable, sizeof(*ntatable));
203 dns_view_t *view = ntatable->view; local
251 dns_view_t *view = ntatable->view; local
282 dns_view_t *view; local
305 dns_view_t *view; local
347 dns_view_t *view; local
[all...]
H A Dzt.c27 #include <dns/view.h>
367 dns_view_t *view; local
402 view = dns_zone_getview(zone);
403 if (strcmp(view->name, "_bind") == 0 ||
404 strcmp(view->name, "_default") == 0)
409 vname = view->name;
/bind-9.11.3/bin/tests/system/pipelined/
H A Dpipequeries.c35 #include <dns/view.h>
212 dns_view_t *view; local
278 view = NULL;
279 RUNCHECK(dns_view_create(mctx, 0, "_test", &view));
285 dns_view_detach(&view);
/bind-9.11.3/bin/check/
H A Dnamed-checkconf.c163 configure_zone(const char *vclass, const char *view, argument
206 cfg_map_get(zoptions, "in-view", &inviewobj);
396 fprintf(stderr, "%s/%s/%s: %s\n", view, zname, zclass,
401 /*% configure a view */
403 configure_view(const char *vclass, const char *view, const cfg_obj_t *config, argument
427 tresult = configure_zone(vclass, view, zconfig, vconfig,
461 (void)cfg_map_get(config, "view", &views);

Completed in 39 milliseconds

12