Searched defs:aclp (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dacl.c554 dns_acl_detach(dns_acl_t **aclp) { argument
555 dns_acl_t *acl = *aclp;
563 *aclp = NULL;
/bind-9.11.3/bin/named/
H A Dinterfacemgr.c686 clearacl(isc_mem_t *mctx, dns_acl_t **aclp) { argument
692 dns_acl_detach(aclp);
693 dns_acl_attach(newacl, aclp);
H A Dzoneconf.c80 dns_acl_t **aclp = NULL, *acl = NULL; local
89 aclp = &view->notifyacl;
94 aclp = &view->queryacl;
99 aclp = &view->queryonacl;
104 aclp = &view->transferacl;
109 aclp = &view->updateacl;
114 aclp = &view->upfwdacl;
127 aclp = NULL;
133 if (aclp != NULL && *aclp !
[all...]
H A Dserver.c504 * Configure a single view ACL at '*aclp'. Get its configuration from
511 isc_mem_t *mctx, dns_acl_t **aclp)
518 if (*aclp != NULL) {
519 dns_acl_detach(aclp);
543 * No value available. *aclp == NULL.
558 actx, mctx, 0, aclp);
564 * Configure a sortlist at '*aclp'. Essentially the same as
571 dns_acl_t **aclp)
578 if (*aclp != NULL)
579 dns_acl_detach(aclp);
508 configure_view_acl(const cfg_obj_t *vconfig, const cfg_obj_t *config, const cfg_obj_t *gconfig, const char *aclname, const char *acltuplename, cfg_aclconfctx_t *actx, isc_mem_t *mctx, dns_acl_t **aclp) argument
569 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...]

Completed in 31 milliseconds