Searched defs:excluded (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddns64.c36 dns_acl_t * excluded; /* member in struct:dns_dns64
51 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
88 dns64->excluded = NULL;
89 if (excluded != NULL)
90 dns_acl_attach(excluded, &dns64->excluded);
115 if (dns64->excluded != NULL)
116 dns_acl_detach(&dns64->excluded);
246 if (dns64->excluded == NULL) {
267 dns64->excluded,
49 dns_dns64_create(isc_mem_t *mctx, isc_netaddr_t *prefix, unsigned int prefixlen, isc_netaddr_t *suffix, dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded, unsigned int flags, dns_dns64_t **dns64p) argument
[all...]
/bind-9.11.3/bin/named/
H A Dserver.c3292 dns_acl_t *clients = NULL, *mapped = NULL, *excluded = NULL; local
3619 clients = mapped = excluded = NULL;
3643 mctx, 0, &excluded);
3652 dns_acl_attach(ns_g_mapped, &excluded);
3666 clients, mapped, excluded,
3680 if (excluded != NULL)
3681 dns_acl_detach(&excluded);
4905 if (excluded != NULL)
4906 dns_acl_detach(&excluded);

Completed in 41 milliseconds