Searched refs:aclp (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c83 dns_acl_t **aclp = NULL, *acl = NULL; local
92 aclp = &view->notifyacl;
97 aclp = &view->queryacl;
102 aclp = &view->queryonacl;
107 aclp = &view->transferacl;
112 aclp = &view->updateacl;
117 aclp = &view->upfwdacl;
130 aclp = NULL;
136 if (aclp != NULL && *aclp !
[all...]
H A Dinterfacemgr.c486 clearacl(isc_mem_t *mctx, dns_acl_t **aclp) { argument
492 dns_acl_detach(aclp);
493 dns_acl_attach(newacl, aclp);
H A Dserver.c331 * Configure a single view ACL at '*aclp'. Get its configuration from
337 isc_mem_t *mctx, dns_acl_t **aclp)
344 if (*aclp != NULL)
345 dns_acl_detach(aclp);
359 * No value available. *aclp == NULL.
364 actx, mctx, 0, aclp);
371 * Configure a sortlist at '*aclp'. Essentially the same as
378 dns_acl_t **aclp)
385 if (*aclp != NULL)
386 dns_acl_detach(aclp);
335 configure_view_acl(const cfg_obj_t *vconfig, const cfg_obj_t *config, const char *aclname, cfg_aclconfctx_t *actx, isc_mem_t *mctx, dns_acl_t **aclp) argument
376 configure_view_sortlist(const cfg_obj_t *vconfig, const cfg_obj_t *config, cfg_aclconfctx_t *actx, isc_mem_t *mctx, dns_acl_t **aclp) argument
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacl.h150 dns_acl_detach(dns_acl_t **aclp);
/bind-9.6-ESV-R11/lib/dns/
H A Dacl.c470 dns_acl_detach(dns_acl_t **aclp) { argument
471 dns_acl_t *acl = *aclp;
477 *aclp = NULL;

Completed in 202 milliseconds