HomeSort by: relevance | last modified time | path
    Searched refs:exempt (Results 1 - 17 of 17) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-sig0checks-quota-exempt.conf 15 sig0checks-quota-exempt { unknownacl; };
bad-rate-limit-acl.conf 17 exempt-clients { localhost; localnets; unknownacl; };
bad-rrl-table-size.conf 19 exempt-clients { 10.53.0.7; };
good-sig0checks-quota-exempt.conf 19 sig0checks-quota-exempt { 10.0.0.0/8; 2001:db8::100; goodacl; };
  /src/external/mpl/bind/dist/bin/tests/system/rrl/ns2/
named.conf.j2 32 exempt-clients { 10.53.0.7; };
  /src/external/mpl/bind/dist/bin/tests/system/rrl/ns4/
named.conf.j2 33 exempt-clients { 10.53.0.7; };
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
iolib.c 79 int exempt; /* if exempt from experiment size limit */ member in struct:DataHandle
134 int exempt = 0; local
139 exempt = 1;
189 fname, desc, (exempt == 0 ? "non-exempt" : "exempt"));
210 hndl->exempt = exempt;
680 if (hndl->exempt == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
iolib.c 79 int exempt; /* if exempt from experiment size limit */ member in struct:DataHandle
134 int exempt = 0; local
139 exempt = 1;
189 fname, desc, (exempt == 0 ? "non-exempt" : "exempt"));
210 hndl->exempt = exempt;
680 if (hndl->exempt == 0
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/extra/
gitlog-to-changelog 113 Copyright-paperwork-exempt: Yes
357 # Format 'Copyright-paperwork-exempt: Yes' as a standard ChangeLog
359 my $tiny = (grep (/^(?:Copyright-paperwork-exempt|Tiny-change):\s+[Yy]es$/, @line)
369 |Copyright-paperwork-exempt:[ ]
  /src/external/gpl3/gdb.old/dist/gnulib/import/extra/
gitlog-to-changelog 113 Copyright-paperwork-exempt: Yes
357 # Format 'Copyright-paperwork-exempt: Yes' as a standard ChangeLog
359 my $tiny = (grep (/^(?:Copyright-paperwork-exempt|Tiny-change):\s+[Yy]es$/, @line)
369 |Copyright-paperwork-exempt:[ ]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rrl.h 217 dns_acl_t *exempt; member in struct:dns_rrl
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rrl.h 218 dns_acl_t *exempt; member in struct:dns_rrl
  /src/external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/
fast_reload_most_options.conf 47 caps-exempt: "nlnetlabs.nl"
  /src/external/mpl/bind/dist/lib/dns/
rrl.c 1047 if (rrl->exempt != NULL) {
1049 result = dns_acl_match(&netclient, NULL, rrl->exempt,
1292 if (rrl->exempt != NULL) {
1293 dns_acl_detach(&rrl->exempt);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rrl.c 1069 if (rrl->exempt != NULL) {
1071 result = dns_acl_match(&netclient, NULL, rrl->exempt,
1314 if (rrl->exempt != NULL) {
1315 dns_acl_detach(&rrl->exempt);
  /src/external/gpl3/autoconf/dist/
maint.mk 212 # Finally, you may exempt files based on an ERE matching file names.
213 # For example, to exempt from the sc_space_tab check all files with the
  /src/external/mpl/bind/dist/bin/named/
server.c 3506 result = cfg_map_get(map, "exempt-clients", &obj);
3510 &rrl->exempt);
8686 result = named_config_get(maps, "sig0checks-quota-exempt", &obj);
10512 * check, and the client is not exempt from the SIG(0) quota,

Completed in 51 milliseconds