Searched refs:dns_acl_create (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/include/dns/ |
H A D | acl.h | 103 dns_acl_create(isc_mem_t *mctx, int n, dns_acl_t **target);
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | acl.c | 38 dns_acl_create(isc_mem_t *mctx, int n, dns_acl_t **target) { function 102 result = dns_acl_create(mctx, 0, &acl); 595 result = dns_acl_create(mctx, 0, &env->localhost); 598 result = dns_acl_create(mctx, 0, &env->localnets);
|
/bind-9.6-ESV-R11/lib/isccfg/ |
H A D | aclconf.c | 264 result = dns_acl_create(mctx, nelem, &dacl); 292 result = dns_acl_create(mctx,
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | interfacemgr.c | 489 result = dns_acl_create(mctx, 0, &newacl);
|
H A D | server.c | 2943 result = dns_acl_create(mctx, 0, &src_acl);
|
Completed in 28 milliseconds