Searched refs:drop (Results 1 - 9 of 9) sorted by relevance
/bind-9.11.3/bin/tests/system/rpz/ns3/ |
H A D | named.conf | 41 zone "bl-drop" policy drop; 83 zone "bl-drop." {type master; file "bl-drop.db";
|
/bind-9.11.3/bin/tests/system/rpz/ |
H A D | setup.sh | 22 # drop,tcp-only} are used to check policy overrides in named.conf. 24 for NM in '' -2 -given -disabled -passthru -no-op -nodata -nxdomain -cname -wildcname -garden -drop -tcp-only; do
|
H A D | tests.sh | 293 drop () { function 344 drop a3-8.tld2 any # 32 drop 375 drop a3-8.tld2 any @$ns6 # 20 drop 508 drop a3-18.tld2 any # 18 bl-drop
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rpz.h | 40 #define DNS_RPZ_DROP_NAME DNS_RPZ_PREFIX"drop" 64 DNS_RPZ_POLICY_DROP = 3, /* 'drop': do not respond */ 133 dns_name_t drop; /* DNS_RPZ_DROP_NAME. */ member in struct:dns_rpz_zone
|
/bind-9.11.3/lib/dns/ |
H A D | request.c | 501 isc_boolean_t drop = ISC_FALSE; local 510 drop = ISC_TRUE; 512 if (drop) { 516 return (drop);
|
H A D | master.c | 161 isc_boolean_t drop; member in struct:dns_incctx 496 ictx->drop = ISC_FALSE; 1533 ictx->drop = ISC_TRUE; 1535 ictx->drop = ISC_FALSE; 1834 if (ictx->drop) { 2107 newctx->drop = ictx->drop;
|
H A D | rpz.c | 196 {"drop", DNS_RPZ_POLICY_DROP}, 1510 if (dns_name_dynamic(&rpz->drop)) 1511 dns_name_free(&rpz->drop, rpzs->mctx); 2387 * CNAME rpz-drop. means "do not respond." 2389 if (dns_name_equal(&cname.cname, &rpz->drop))
|
/bind-9.11.3/bin/named/ |
H A D | statschannel.c | 601 SET_DNSTAPSTATDESC(drop, "dnstap messages dropped", "DNSTAPdropped");
|
H A D | server.c | 1890 dns_name_init(&new->drop, NULL); 1965 result = configure_rpz_name(view, rpz_obj, &new->drop, 3929 if (strcasecmp(resp, "drop") == 0) 4502 if (strcasecmp(resp, "drop") == 0) 4809 * Look for zone on drop list. 11531 * problem of an NZD file possibly being created before we drop
|
Completed in 357 milliseconds