Searched refs:filter (Results 1 - 25 of 32) sorted by relevance

12

/bind-9.11.3/bin/tests/system/filter-aaaa/
H A Dprereq.sh12 $FEATURETEST --enable-filter-aaaa || {
13 echo "I:This test requires --enable-filter-aaaa at compile time." >&2
/bind-9.11.3/bin/tests/system/filter-aaaa/conf/
H A Dgood8.conf12 filter-aaaa-on-v4 no;
16 filter-aaaa { 1.0.0.0/8; };
17 filter-aaaa-on-v4 yes;
H A Dbad1.conf12 filter-aaaa-on-v4 yes;
13 filter-aaaa { none; };
H A Dbad3.conf12 filter-aaaa-on-v4 no;
16 filter-aaaa { any; };
H A Dbad4.conf12 filter-aaaa { any; };
16 filter-aaaa-on-v4 no;
H A Dbad5.conf12 filter-aaaa { none; };
16 filter-aaaa-on-v4 yes;
H A Dbad6.conf12 filter-aaaa-on-v4 yes;
16 filter-aaaa { none; };
H A Dgood3.conf12 filter-aaaa-on-v4 break-dnssec;
13 filter-aaaa { 1.0.0.0/8; };
H A Dgood4.conf12 filter-aaaa-on-v4 yes;
13 filter-aaaa { 1.0.0.0/8; };
H A Dgood5.conf12 filter-aaaa-on-v4 yes;
16 filter-aaaa { 1.0.0.0/8; };
H A Dgood6.conf12 filter-aaaa { 1.0.0.0/8; };
16 filter-aaaa-on-v4 yes;
H A Dgood7.conf15 filter-aaaa { 1.0.0.0/8; };
16 filter-aaaa-on-v4 yes;
H A Dbad2.conf17 * The default is to have filter-aaaa-on-v4 off, but if it is turned
21 filter-aaaa-on-v4 no;
22 filter-aaaa { any; };
H A Dgood1.conf12 filter-aaaa-on-v4 yes;
H A Dgood2.conf12 filter-aaaa-on-v4 break-dnssec;
/bind-9.11.3/bin/tests/system/filter-aaaa/ns1/
H A Dnamed1.conf23 filter-aaaa-on-v4 yes;
24 filter-aaaa { 10.53.0.1; };
H A Dnamed2.conf23 filter-aaaa-on-v6 yes;
24 filter-aaaa { fd92:7065:b8e:ffff::1; };
/bind-9.11.3/bin/tests/system/filter-aaaa/ns2/
H A Dnamed1.conf23 filter-aaaa-on-v4 yes;
24 filter-aaaa { 10.53.0.2; };
H A Dnamed2.conf23 filter-aaaa-on-v6 yes;
24 filter-aaaa { fd92:7065:b8e:ffff::2; };
/bind-9.11.3/bin/tests/system/filter-aaaa/ns3/
H A Dnamed1.conf23 filter-aaaa-on-v4 break-dnssec;
24 filter-aaaa { 10.53.0.3; };
H A Dnamed2.conf23 filter-aaaa-on-v6 break-dnssec;
24 filter-aaaa { fd92:7065:b8e:ffff::3; };
/bind-9.11.3/bin/tests/system/filter-aaaa/ns4/
H A Dnamed1.conf23 filter-aaaa-on-v4 break-dnssec;
24 filter-aaaa { 10.53.0.4; };
H A Dnamed2.conf23 filter-aaaa-on-v6 break-dnssec;
24 filter-aaaa { fd92:7065:b8e:ffff::4; };
/bind-9.11.3/contrib/sdb/ldap/
H A Dldapdb.c278 "LDAP sdb zone '%s': search failed, filter %s", zone, fltr);
502 char *s, *filter = NULL, *extensions = NULL; local
531 /* attrs, scope, filter etc? */
543 /* filter */
544 filter = s;
558 if (*filter == '\0') {
559 filter = NULL;
589 (filter != NULL && unhex(filter) == NULL) ||
599 if (filter
[all...]
/bind-9.11.3/lib/isc/
H A Dsocket_api.c376 isc_socket_filter(isc_socket_t *sock, const char *filter) { argument
377 return (isc__socket_filter(sock, filter));

Completed in 15 milliseconds

12