Searched refs:excluded (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddns64.c44 dns_acl_t * excluded; /* member in struct:dns_dns64
59 dns_acl_t *clients, dns_acl_t *mapped, dns_acl_t *excluded,
96 new->excluded = NULL;
97 if (excluded != NULL)
98 dns_acl_attach(excluded, &new->excluded);
123 if (dns64->excluded != NULL)
124 dns_acl_detach(&dns64->excluded);
254 if (dns64->excluded == NULL) {
275 dns64->excluded,
57 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 **dns64) argument
[all...]
/freebsd-9.3-release/contrib/diff/lib/
H A Dexclude.c150 bool excluded = !! (exclude[0].options & EXCLUDE_INCLUDE); local
153 excluded to included or vice versa. */
158 if (excluded == !! (options & EXCLUDE_INCLUDE))
172 excluded ^= matched;
176 return excluded;
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Ddns64.h50 dns_acl_t *client, dns_acl_t *mapped, dns_acl_t *excluded,
62 * 'excluded' defines which AAAA are to be treated as non-existent for the
63 * purposed of determining whether to perform syntesis. If 'excluded' is
156 * Determine if there are any non-excluded AAAA records in from the
159 * excluded in the matched records return ISC_FALSE. If no records
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff.h195 /* Patterns that match file names to be excluded. */ variable in typeref:struct:exclude
196 XTERN struct exclude *excluded;
H A Ddir.c102 if (excluded_filename (excluded, d_name))
H A Ddiff.c275 excluded = new_exclude ();
483 add_exclude (excluded, optarg, exclude_options ());
487 if (add_exclude_file (add_exclude, excluded, optarg,
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c2109 dns_acl_t *clients = NULL, *mapped = NULL, *excluded = NULL; local
2457 clients = mapped = excluded = NULL;
2481 mctx, 0, &excluded);
2497 clients, mapped, excluded,
2511 if (excluded != NULL)
2512 dns_acl_detach(&excluded);
3433 if (excluded != NULL)
3434 dns_acl_detach(&excluded);

Completed in 183 milliseconds