Searched defs:drop (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh293 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 Drpz.h40 #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 Drequest.c501 isc_boolean_t drop = ISC_FALSE; local
510 drop = ISC_TRUE;
512 if (drop) {
516 return (drop);
H A Dmaster.c161 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;

Completed in 25 milliseconds