Searched refs:allowed (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dcompress.c52 cctx->allowed = 0;
79 cctx->allowed = 0;
84 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed) { argument
87 cctx->allowed &= ~DNS_COMPRESS_ALL;
88 cctx->allowed |= (allowed & DNS_COMPRESS_ALL);
94 return (cctx->allowed & DNS_COMPRESS_ALL);
102 cctx->allowed |= DNS_COMPRESS_CASESENSITIVE;
104 cctx->allowed &= ~DNS_COMPRESS_CASESENSITIVE;
111 return (ISC_TF((cctx->allowed
302 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed) argument
[all...]
H A Dname.c1858 if ((dctx->allowed & DNS_COMPRESS_GLOBAL14) ==
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dcompress.h54 unsigned int allowed; /*%< Allowed methods. */ member in struct:dns_compress
72 unsigned int allowed; /*%< Allowed methods. */ member in struct:dns_decompress
104 dns_compress_setmethods(dns_compress_t *cctx, unsigned int allowed);
107 * Sets allowed compression methods.
117 * Gets allowed compression methods.
123 *\li allowed compression bitmap.
228 dns_decompress_setmethods(dns_decompress_t *dctx, unsigned int allowed);
231 * Sets 'dctx->allowed' to 'allowed'.
241 * Returns 'dctx->allowed'
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dcompress_test.c94 test(unsigned int allowed, dns_name_t *name1, dns_name_t *name2, argument
108 switch (allowed) {
126 dns_compress_setmethods(&cctx, allowed);
159 dns_decompress_setmethods(&dctx, allowed);
H A Drdata_test.c952 dctx.allowed = DNS_COMPRESS_ALL;
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/
H A Dnamed40.conf103 /* Also usable for testing key not allowed */
/bind-9.6-ESV-R11/bin/tests/system/
H A Dgenzone.sh86 ; NULL RRs are not allowed in master files per RFC1035.
/bind-9.6-ESV-R11/unit/atf-src/atf-report/
H A Dintegration_test.sh431 atf-report: ERROR: No arguments allowed
/bind-9.6-ESV-R11/bin/named/
H A Dclient.c1220 allowed(isc_netaddr_t *addr, dns_name_t *signer, dns_acl_t *acl) { function
1290 if (allowed(&netsrc, tsig, view->matchclients) &&
1291 allowed(&netdst, tsig, view->matchdestinations))
1682 if (allowed(&netaddr, tsig, view->matchclients) &&
1683 allowed(&destaddr, tsig, view->matchdestinations) &&
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c1023 int allowed; member in struct:__anon81
1223 if ((options[i].allowed & ztype) == 0 &&
1230 "option '%s' is not allowed "
1236 "option '%s' is not allowed "
1241 if ((options[i].allowed & ztype) != 0 &&
1242 (options[i].allowed & CHECKACL) != 0) {
1322 if ((dialups[i].allowed & ztype) == 0) {
1326 "allowed in '%s' "
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh252 # Only execute mode is allowed to have -dlopen flags.
964 $echo "$modename: only absolute run-paths are allowed" 1>&2
1029 $echo "$modename: not more than one -exported-symbols argument allowed"
1127 $echo "$modename: only absolute run-paths are allowed" 1>&2
1784 $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2

Completed in 3116 milliseconds