Searched refs:nsip (Results 1 - 10 of 10) sorted by relevance
/bind-9.11.3/bin/tests/system/rpzrecurse/ |
H A D | prereq.sh | 14 $FEATURETEST --rpz-nsip || ret=1
|
H A D | testgen.pl | 77 'nsip' => \&policy_nsip, 190 [ 'nsip' ], 208 [ 'nsip', 1 ] 272 0x40 - has nsip 273 32.255.255.255.255.rpz-nsip CNAME .
|
/bind-9.11.3/bin/tests/system/rpzrecurse/ns3/ |
H A D | named2.conf | 24 response-policy { zone "policy"; } nsip-wait-recurse no;
|
/bind-9.11.3/lib/dns/ |
H A D | rpz.c | 43 * The second set is for rpz-nsip policies or policies triggered by addresses 111 dns_rpz_zbits_t nsip; member in struct:dns_rpz_addr_zbits 300 tgt_set->nsip = 0; 305 tgt_set->nsip = 0; 310 tgt_set->nsip = zbits; 352 sum.nsip |= child->sum.nsip; 359 sum.nsip |= child->sum.nsip; 364 cnode->sum.nsip [all...] |
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rpz.h | 34 #define DNS_RPZ_NSIP_ZONE DNS_RPZ_PREFIX"nsip" 131 dns_name_t nsip; /* DNS_RPZ_NSIP_ZONE.origin. */ member in struct:dns_rpz_zone 161 dns_rpz_zbits_t nsip; member in struct:dns_rpz_have
|
/bind-9.11.3/bin/tests/system/rpz/ |
H A D | tests.sh | 462 if $FEATURETEST --rpz-nsip; then 481 echo "I:NSIP not checked; named configured with --disable-rpz-nsip"
|
/bind-9.11.3/win32utils/ |
H A D | Configure | 570 "rpz-nsip"); 629 " enable-rpz-nsip enable rpz-nsip rules [default=yes]\n", 901 } elsif ($key =~ /^rpz-nsip$/i) { 1189 print "rpz-nsip: enabled\n"; 1191 print "rpz-nsip: disabled\n"; 1581 # enable-rpz-nsip 3593 # --disable-rpz-nsip supported
|
/bind-9.11.3/bin/named/ |
H A D | query.c | 4309 zbits = st->have.nsip; 4535 suffix = &rpz->nsip; 5170 * rpz-ip, rpz-nsip, rpz-nsdname,and rpz-passthru TLDs.
|
H A D | server.c | 1888 dns_name_init(&new->nsip, NULL); 1955 result = configure_rpz_name2(view, rpz_obj, &new->nsip, 2055 sub_obj = cfg_tuple_get(rpz_obj, "nsip-wait-recurse");
|
/bind-9.11.3/ |
H A D | configure | 1743 --disable-rpz-nsip disable rpz nsip rules [default=enabled] 21055 # Check whether --enable-rpz-nsip was given.
|
Completed in 5576 milliseconds