Searched refs:blackhole (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/bin/tests/system/geoip/ns2/
H A Dnamed13.conf27 blackhole { blocking; };
/bind-9.11.3/bin/tests/bigtest/
H A Dbuildzones.sh49 blackhole() { function
59 echo ' blackhole { 127.127.0.0; };'
163 while read zone servers nsfmt signed delay blackhole refuse flags
225 elif [ $i = ${blackhole:-.} ]
227 blackhole $addr > servers/${addr}.conf
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-many.conf14 blackhole { 10.0.0.0/8; };
H A Dgood.conf21 blackhole {
/bind-9.11.3/lib/dns/include/dns/
H A Ddispatch.h177 dns_dispatchmgr_setblackhole(dns_dispatchmgr_t *mgr, dns_acl_t *blackhole);
179 * Sets the dispatcher's "blackhole list," a list of addresses that will
184 * \li blackhole is a valid acl
191 * Gets a pointer to the dispatcher's current blackhole list,
197 *\li A pointer to the current blackhole list, or NULL.
/bind-9.11.3/lib/dns/
H A Ddispatch.c62 dns_acl_t *blackhole; member in struct:dns_dispatchmgr
1136 if (disp->mgr->blackhole != NULL &&
1137 dns_acl_match(&netaddr, NULL, disp->mgr->blackhole,
1659 if (mgr->blackhole != NULL)
1660 dns_acl_detach(&mgr->blackhole);
1765 mgr->blackhole = NULL;
1911 dns_dispatchmgr_setblackhole(dns_dispatchmgr_t *mgr, dns_acl_t *blackhole) { argument
1913 if (mgr->blackhole != NULL)
1914 dns_acl_detach(&mgr->blackhole);
1915 dns_acl_attach(blackhole,
[all...]
H A Drequest.c498 dns_acl_t *blackhole; local
504 blackhole = dns_dispatchmgr_getblackhole(dispatchmgr);
505 if (blackhole != NULL) {
507 if (dns_acl_match(&netaddr, NULL, blackhole,
H A Dresolver.c3503 dns_acl_t *blackhole; local
3513 blackhole = dns_dispatchmgr_getblackhole(res->dispatchmgr);
3516 if (blackhole != NULL) {
3519 if (dns_acl_match(&ipaddr, NULL, blackhole,
/bind-9.11.3/bin/tests/
H A Dnamed.conf109 blackhole { 45/24; };

Completed in 1274 milliseconds