Searched defs:policy (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Dsymtab_test.c45 isc_symexists_t policy = isc_symexists_reject; local
71 result = isc_symtab_define(st, key, 1, value, policy);
88 result = isc_symtab_define(st, key, 1, value, policy);
/bind-9.11.3/lib/dns/include/dns/
H A Drpz.h61 DNS_RPZ_POLICY_GIVEN = 0, /* 'given': what policy record says */
94 * Mask of the specified and higher numbered policy zones
106 * The number of triggers of each type in a response policy zone.
121 * A single response policy zone.
126 dns_rpz_num_t num; /* ordinal in list of policy zones */
137 dns_rpz_policy_t policy; /* DNS_RPZ_POLICY_GIVEN or override */ member in struct:dns_rpz_zone
141 * Radix tree node for response policy IP addresses
146 * Bitfields indicating which policy zones have policies of
180 * Response policy zones known to a view.
189 * RPZ policy versio
256 dns_rpz_policy_t policy; member in struct:__anon126::__anon127
[all...]
/bind-9.11.3/lib/dns/
H A Drpz.c36 * Parallel radix trees for databases of response policy IP addresses
39 * policy addresses by representing the two sets of IP addresses and name
47 * name server IP address policy sub-zone (or both) of the corresponding
48 * response policy zone. The policy data such as a CNAME or an A record
49 * is kept in the policy zone. After an IP address has been found in a radix
50 * tree, the node in the policy zone's database is found by converting
54 * The response policy zone canonical form of an IPv6 address is one of:
105 * client-IP, IP, and NSIP policy triggers.
128 * QNAME and NSDNAME policy trigger
191 dns_rpz_policy_t policy; member in struct:__anon188
215 dns_rpz_policy2str(dns_rpz_policy_t policy) argument
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c1622 check_update_policy(const cfg_obj_t *policy, isc_log_t *logctx) { argument
1631 /* Check for "update-policy local;" */
1632 if (cfg_obj_isstring(policy) &&
1633 strcmp("local", cfg_obj_asstring(policy)) == 0)
1636 /* Now check the grant policy */
1637 for (element = cfg_list_first(policy);
2052 * Master zones can't have both "allow-update" and "update-policy".
2063 res2 = cfg_map_get(zoptions, "update-policy", &obj);
2067 "when 'update-policy' is present",
3158 * Check that the response-policy an
[all...]
/bind-9.11.3/bin/named/
H A Dquery.c971 dns_rpz_policy_t policy, dns_rpz_type_t type,
986 if (!disabled && policy != DNS_RPZ_POLICY_PASSTHRU) {
1015 dns_rpz_type2str(type), dns_rpz_policy2str(policy),
1080 * Get a policy rewrite zone database.
1100 * logging is disabled for some policy zones.
4269 st->m.policy = DNS_RPZ_POLICY_MISS;
4319 * the earliest configured policy zone (rpz->num)
4325 if (st->m.policy != DNS_RPZ_POLICY_MISS) {
4387 * to check the contents of that rrset for hits by eligible policy zones.
4422 st->m.policy
970 rpz_log_rewrite(ns_client_t *client, isc_boolean_t disabled, dns_rpz_policy_t policy, dns_rpz_type_t type, dns_zone_t *p_zone, dns_name_t *p_name, dns_name_t *cname, dns_rpz_num_t rpz_num) argument
4720 rpz_save_p(dns_rpz_st_t *st, dns_rpz_zone_t *rpz, dns_rpz_type_t rpz_type, dns_rpz_policy_t policy, dns_name_t *p_name, dns_rpz_prefix_t prefix, isc_result_t result, dns_zone_t **zonep, dns_db_t **dbp, dns_dbnode_t **nodep, dns_rdataset_t **rdatasetp, dns_dbversion_t *version) argument
4772 dns_rpz_policy_t policy; local
5068 dns_rpz_policy_t policy; local
[all...]

Completed in 29 milliseconds