Searched refs:acl (Results 1 - 25 of 62) sorted by relevance

123

/bind-9.11.3/bin/tests/system/checkconf/
H A Dgood-nested.conf9 acl a { 127.0.0.1; ::1; };
10 acl b { a; };
11 acl c { !b; };
H A Dgood-acl.conf9 acl a {
H A Dinline-bad.conf9 acl "transferees" {};
H A Dinline-no.conf9 acl "transferees" {};
/bind-9.11.3/lib/dns/
H A Dacl.c18 #include <dns/acl.h>
30 dns_acl_t *acl; local
38 acl = isc_mem_get(mctx, sizeof(*acl));
39 if (acl == NULL)
42 acl->mctx = NULL;
43 isc_mem_attach(mctx, &acl->mctx);
45 acl->name = NULL;
47 result = isc_refcount_init(&acl->refcount, 1);
49 isc_mem_put(mctx, acl, sizeo
94 dns_acl_t *acl = NULL; local
131 dns_acl_isanyornone(dns_acl_t *acl, isc_boolean_t pos) argument
158 dns_acl_isany(dns_acl_t *acl) argument
167 dns_acl_isnone(dns_acl_t *acl) argument
179 dns_acl_match(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const dns_acl_t *acl, const dns_aclenv_t *env, int *match, const dns_aclelement_t **matchelt) argument
191 dns_acl_match2(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const isc_netaddr_t *ecs, isc_uint8_t ecslen, isc_uint8_t *scope, const dns_acl_t *acl, const dns_aclenv_t *env, int *match, const dns_aclelement_t **matchelt) argument
555 dns_acl_t *acl = *aclp; local
[all...]
/bind-9.11.3/bin/named/
H A Dlistenlist.c18 #include <dns/acl.h>
27 dns_acl_t *acl, ns_listenelt_t **target)
38 elt->acl = acl;
45 if (elt->acl != NULL)
46 dns_acl_detach(&elt->acl);
99 dns_acl_t *acl = NULL; local
105 result = dns_acl_any(mctx, &acl);
107 result = dns_acl_none(mctx, &acl);
111 result = ns_listenelt_create(mctx, port, dscp, acl,
26 ns_listenelt_create(isc_mem_t *mctx, in_port_t port, isc_dscp_t dscp, dns_acl_t *acl, ns_listenelt_t **target) argument
[all...]
H A Dsortlist.c18 #include <dns/acl.h>
26 ns_sortlist_setup(dns_acl_t *acl, isc_netaddr_t *clientaddr, argument
31 if (acl == NULL)
34 for (i = 0; i < acl->length; i++) {
39 dns_aclelement_t *e = &acl->elements[i];
/bind-9.11.3/bin/tests/system/geoip/ns2/
H A Dnamed14.conf35 acl gAU { geoip db country country AU; };
36 acl gUS { geoip db country country US; };
37 acl gGB { geoip db country country GB; };
38 acl gCA { geoip db country country CA; };
39 acl gCL { geoip db country country CL; };
40 acl gDE { geoip db country country DE; };
41 acl gEH { geoip db country country EH; };
/bind-9.11.3/bin/named/include/named/
H A Dlistenlist.h41 dns_acl_t * acl; member in struct:ns_listenelt
57 dns_acl_t *acl, ns_listenelt_t **target);
H A Dsortlist.h36 ns_sortlist_setup(dns_acl_t *acl, isc_netaddr_t *clientaddr,
39 * Find the sortlist statement in 'acl' that applies to 'clientaddr', if any.
71 * Find the sortlist statement in 'acl' that applies to 'clientaddr', if any.
/bind-9.11.3/bin/tests/system/acl/ns2/
H A Dnamed4.conf39 acl rejectkeys {
43 acl rejectaddrs {
47 acl check1 { !key one; 10.53.0.1; };
49 acl check2 { !key two; 10.53.0.2; };
H A Dnamed3.conf44 acl reject {
48 acl accept {
/bind-9.11.3/lib/dns/include/dns/
H A Dacl.h9 /* $Id: acl.h,v 1.35 2011/06/17 23:47:49 tbox Exp $ */
18 /*! \file dns/acl.h
131 dns_acl_isany(dns_acl_t *acl);
137 dns_acl_isnone(dns_acl_t *acl);
157 * Attach to acl 'source'.
160 *\li 'source' to be a valid acl.
167 * Detach the acl. On final detach the acl must not be linked on any
171 *\li '*aclp' to be a valid acl.
180 * Return #ISC_TRUE iff the acl '
[all...]
/bind-9.11.3/bin/tests/system/addzone/ns2/
H A Dnamed2.conf51 acl match { none; };
52 acl nobody { none; };
/bind-9.11.3/bin/tests/system/dns64/conf/
H A Dgood1.conf11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood2.conf11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood3.conf11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood4.conf11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
H A Dgood5.conf11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
/bind-9.11.3/bin/tests/system/allow_query/ns2/
H A Dnamed40.conf13 acl accept { 10.53.0.2; };
15 acl badaccept { 10.53.0.1; };
H A Dnamed07.conf13 acl accept { 10.53.0.2; };
H A Dnamed08.conf13 acl accept { 10.53.0.1; };
H A Dnamed09.conf13 acl accept { 10.53.0.2; };
H A Dnamed27.conf13 acl accept { 10.53.0.2; };
H A Dnamed28.conf13 acl accept { 10.53.0.1; };

Completed in 57 milliseconds

123