Searched defs:aclp (Results 1 - 4 of 4) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | acl.c | 470 dns_acl_detach(dns_acl_t **aclp) { argument 471 dns_acl_t *acl = *aclp; 477 *aclp = NULL;
|
/bind-9.6-ESV-R11/bin/named/ |
H A D | interfacemgr.c | 486 clearacl(isc_mem_t *mctx, dns_acl_t **aclp) { argument 492 dns_acl_detach(aclp); 493 dns_acl_attach(newacl, aclp);
|
H A D | zoneconf.c | 83 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 D | server.c | 331 * 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...] |
Completed in 4255 milliseconds