HomeSort by: relevance | last modified time | path
    Searched defs:rpz (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/unbound/dist/services/
rpz.h 2 * services/rpz.h - rpz service
39 * This file contains functions to enable RPZ service.
56 * RPZ triggers, only the QNAME trigger is currently supported in Unbound.
61 RPZ_CLIENT_IP_TRIGGER, /* rpz-client-ip */
62 RPZ_RESPONSE_IP_TRIGGER, /* rpz-ip */
63 RPZ_NSDNAME_TRIGGER, /* rpz-nsdname */
64 RPZ_NSIP_TRIGGER, /* rpz-nsip */
69 * RPZ actions.
74 RPZ_PASSTHRU_ACTION, /* CNAME rpz-passthru. *
111 struct rpz { struct
    [all...]
authzone.h 49 #include "services/rpz.h"
82 /** first auth zone containing rpz item in linked list */
84 /** rw lock for rpz linked list, needed when iterating or editing linked
138 /** RPZ zones */
139 struct rpz* rpz; member in struct:auth_zone
152 /** next auth zone containing RPZ data, or NULL */
154 /** previous auth zone containing RPZ data, or NULL */
490 * @param is_rpz: set to 1 if at least one RPZ zone is configured.
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rbt.h 120 /* node needs to be cleaned from rpz */
121 unsigned int rpz : 1; member in struct:dns_rbtnode
rpz.h 1 /* $NetBSD: rpz.h,v 1.1 2024/02/18 20:57:38 christos Exp $ */
37 #define DNS_RPZ_PREFIX "rpz-"
224 * RPZ policy version number.
300 dns_rpz_zone_t *rpz; member in struct:__anon24276::__anon24277
339 * A copy of the 'have' and 'p' structures and the RPZ
340 * policy version as of the beginning of RPZ processing,
342 * RPZ recursion is ongoing.
390 dns_rpz_decode_cname(dns_rpz_zone_t *rpz, dns_rdataset_t *rdataset,
  /src/external/mpl/bind/dist/lib/ns/include/ns/
query.h 28 #include <dns/rpz.h>
202 bool dns64, dns64_exclude, rpz; member in struct:query_ctx
207 bool nxrewrite; /* negative answer from RPZ */
230 dns_rpz_st_t *rpz_st; /* RPZ state */
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rpz.h 1 /* $NetBSD: rpz.h,v 1.13 2026/01/29 18:37:51 christos Exp $ */
38 #define DNS_RPZ_PREFIX "rpz-"
236 * RPZ policy version number.
309 dns_rpz_zone_t *rpz; member in struct:__anon24023::__anon24024
348 * A copy of the 'have' and 'p' structures and the RPZ
349 * policy version as of the beginning of RPZ processing,
351 * RPZ recursion is ongoing.
402 dns_rpz_decode_cname(dns_rpz_zone_t *rpz, dns_rdataset_t *rdataset,
416 dns_rpz_dbupdate_unregister(dns_db_t *db, dns_rpz_zone_t *rpz);
418 dns_rpz_dbupdate_register(dns_db_t *db, dns_rpz_zone_t *rpz);
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rpz.c 1 /* $NetBSD: rpz.c,v 1.17 2026/01/29 18:37:50 christos Exp $ */
48 #include <dns/rpz.h>
54 #define DNS_RPZ_ZONE_VALID(rpz) ISC_MAGIC_VALID(rpz, DNS_RPZ_ZONE_MAGIC)
63 * for rpz-ip policies or policies triggered by addresses in A or
65 * The second set is for rpz-nsip policies or policies triggered by addresses
108 dns__rpz_timer_start(dns_rpz_zone_t *rpz);
199 rpz_add(dns_rpz_zone_t *rpz, const dns_name_t *src_name);
201 rpz_del(dns_rpz_zone_t *rpz, const dns_name_t *src_name);
239 FATAL_ERROR("impossible rpz type %d", type)
1565 dns_rpz_zone_t *rpz = NULL; local
1615 dns_rpz_zone_t *rpz = (dns_rpz_zone_t *)fn_arg; local
1738 dns_rpz_zone_t *rpz = arg; local
1750 dns_rpz_zone_t *rpz = (dns_rpz_zone_t *)data; local
1992 dns_rpz_zone_t *rpz = (dns_rpz_zone_t *)data; local
2028 dns_rpz_zone_t *rpz = (dns_rpz_zone_t *)arg; local
2112 dns_rpz_zone_t *rpz = NULL; local
    [all...]
zone.c 11597 * An RPZ zone has expired; before unloading it, we must
11598 * first remove it from the RPZ summary database. The
11605 dns_rpz_zone_t *rpz = zone->rpzs->zones[zone->rpz_num]; local
11610 CHECK(dns_rpz_dbupdate_callback(db, rpz));
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rpz.c 1 /* $NetBSD: rpz.c,v 1.1 2024/02/18 20:57:33 christos Exp $ */
44 #include <dns/rpz.h>
53 * for rpz-ip policies or policies triggered by addresses in A or
55 * The second set is for rpz-nsip policies or policies triggered by addresses
99 dns_rpz_update_from_db(dns_rpz_zone_t *rpz);
197 "rpz hit failed: %s %s", str, tgt);
218 FATAL_ERROR(__FILE__, __LINE__, "impossible rpz type %d", type);
572 "computed RPZ qname_skip_recurse mask=0x%" PRIx64,
678 * bin/tests/system/rpz/tests.sh looks for "invalid rpz"
820 dns_rpz_zone_t *rpz; local
1005 dns_rpz_zone_t *rpz; local
1815 dns_rpz_zone_t *rpz = NULL; local
1918 dns_rpz_zone_t *rpz = NULL; local
2166 dns_rpz_zone_t *rpz; local
2270 dns_rpz_zone_t *rpz = rpzs->zones[rpz_num]; local
2340 dns_rpz_zone_t *rpz; local
2550 dns_rpz_zone_t *rpz; local
    [all...]
zone.c 11598 * An RPZ zone has expired; before unloading it, we must
11599 * first remove it from the RPZ summary database. The
11606 dns_rpz_zone_t *rpz = zone->rpzs->zones[zone->rpz_num]; local
11611 CHECK(dns_rpz_dbupdate_callback(db, rpz));
  /src/external/mpl/bind/dist/lib/ns/
query.c 399 * DNS64, RPZ, RRL, and the SERVFAIL cache. It also doesn't discuss
1309 /* It's possible to have a separate log channel for rpz passthru. */
1336 * bin/tests/system/rpz/tests.sh looks for "rpz.*failed" for problems.
1366 level, "rpz %s%s%s rewrite %s%s%s%s%s%s%s", rpztypestr1,
1409 "try rpz %s rewrite %s via %s",
3052 * the earliest configured policy zone (rpz->num)
3060 zbits &= DNS_RPZ_ZMASK(st->m.rpz->num);
3062 zbits &= DNS_RPZ_ZMASK(st->m.rpz->num) >> 1;
3121 CTRACE(ISC_LOG_ERROR, "RPZ recursing")
3769 dns_rpz_zone_t *rpz; local
4095 dns_rpz_zone_t *rpz; local
    [all...]

Completed in 62 milliseconds