Searched refs:viewlist (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c193 ISC_LIST(struct viewlistentry) viewlist; member in struct:dumpcontext
2590 result = dns_viewlist_find(&ns_g_server->viewlist,
2870 result = dns_viewlist_find(&ns_g_server->viewlist, view->name,
3396 result = dns_viewlist_find(&ns_g_server->viewlist,
3696 find_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist, argument
3708 result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
3724 create_view(const cfg_obj_t *vconfig, dns_viewlist_t *viewlist, argument
3736 result = dns_viewlist_find(viewlist, viewname, viewclass, &view);
3747 ISC_LIST_APPEND(*viewlist, view, link);
3903 result = dns_viewlist_find(&ns_g_server->viewlist, vie
4896 dns_viewlist_t viewlist, builtin_viewlist; local
[all...]
H A Dstatschannel.c1071 view = ISC_LIST_HEAD(server->viewlist);
1306 view = ISC_LIST_HEAD(server->viewlist);
1930 for (view = ISC_LIST_HEAD(server->viewlist);
1958 for (view = ISC_LIST_HEAD(server->viewlist);
1973 for (view = ISC_LIST_HEAD(server->viewlist);
H A Dlwresd.c335 result = dns_viewlist_find(&ns_g_server->viewlist, vname, vclass,
H A Dclient.c1339 for (view = ISC_LIST_HEAD(ns_g_server->viewlist);
1736 for (view = ISC_LIST_HEAD(ns_g_server->viewlist);
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dserver.h78 dns_viewlist_t viewlist; member in struct:ns_server
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dview.h188 dns_viewlist_t * viewlist; member in struct:dns_view
708 * Search zone with 'name' in view with 'rdclass' in viewlist 'list'
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c96 dns_viewlist_t viewlist; member in struct:dns_client
515 ISC_LIST_INIT(client->viewlist);
516 ISC_LIST_APPEND(client->viewlist, view, link);
560 while ((view = ISC_LIST_HEAD(client->viewlist)) != NULL) {
561 ISC_LIST_UNLINK(client->viewlist, view, link);
633 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAME,
662 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAME,
1286 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAME,
1475 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAME,
1687 result = dns_viewlist_find(&client->viewlist, DNS_CLIENTVIEW_NAM
[all...]
H A Dview.c234 view->viewlist = NULL;

Completed in 215 milliseconds