Searched defs:viewlist (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dview.h196 dns_viewlist_t * viewlist; member in struct:dns_view
771 * Search zone with 'name' in view with 'rdclass' in viewlist 'list'
/bind-9.11.3/bin/named/
H A Dstatschannel.c1813 view = ISC_LIST_HEAD(server->viewlist);
2254 json_object *bindstats, *viewlist, *counters, *obj; local
2465 viewlist = json_object_new_object();
2466 CHECKMEM(viewlist);
2468 json_object_object_add(bindstats, "views", viewlist);
2470 view = ISC_LIST_HEAD(server->viewlist);
2475 json_object_object_add(viewlist, view->name, v);
3441 for (view = ISC_LIST_HEAD(server->viewlist);
3469 for (view = ISC_LIST_HEAD(server->viewlist);
3485 for (view = ISC_LIST_HEAD(server->viewlist);
[all...]
H A Dserver.c236 ISC_LIST(struct viewlistentry) viewlist; member in struct:dumpcontext
445 dns_viewlist_t *viewlist, cfg_aclconfctx_t *aclconf,
2062 result = dns_viewlist_find(&ns_g_server->viewlist,
2230 &ev->cbd->server->viewlist, cfg->actx,
2463 result = dns_viewlist_find(&ns_g_server->viewlist,
2584 result = dns_viewlist_find(&ns_g_server->viewlist, view->name,
3236 configure_view(dns_view_t *view, dns_viewlist_t *viewlist, argument
3417 viewlist, actx, ISC_FALSE, old_rpz_ok,
3759 result = dns_viewlist_find(&ns_g_server->viewlist,
4123 result = dns_viewlist_find(&ns_g_server->viewlist, vie
5199 find_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist, dns_view_t **viewp) argument
5227 create_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist, dns_view_t **viewp) argument
5270 configure_zone(const cfg_obj_t *config, const cfg_obj_t *zconfig, const cfg_obj_t *vconfig, isc_mem_t *mctx, dns_view_t *view, dns_viewlist_t *viewlist, cfg_aclconfctx_t *aclconf, isc_boolean_t added, isc_boolean_t old_rpz_ok, isc_boolean_t modify) argument
7289 dns_viewlist_t viewlist, builtin_viewlist; local
[all...]
/bind-9.11.3/lib/dns/
H A Dclient.c94 dns_viewlist_t viewlist; member in struct:dns_client
516 ISC_LIST_INIT(client->viewlist);
517 ISC_LIST_APPEND(client->viewlist, view, link);
561 while ((view = ISC_LIST_HEAD(client->viewlist)) != NULL) {
562 ISC_LIST_UNLINK(client->viewlist, view, link);
634 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAME,
663 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAME,
689 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAME,
1334 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAME,
1536 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAM
[all...]
/bind-9.11.3/bin/named/include/named/
H A Dserver.h71 dns_viewlist_t viewlist; member in struct:ns_server

Completed in 43 milliseconds