Home
last modified time | relevance | path

Searched defs:auth_zone (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dauthzone.h93 struct auth_zone { struct
95 rbnode_type node;
98 uint8_t* name;
100 size_t namelen;
102 int namelabs;
105 uint16_t dclass;
111 lock_rw_type lock;
115 rbtree_type data;
118 char* zonefile;
120 int fallback_enabled;
[all …]
H A Drpz.c1821 make_soa_ubrrset(struct auth_zone* auth_zone, struct auth_rrset* soa, in make_soa_ubrrset()
1844 struct regional* temp, struct auth_zone* auth_zone) in rpz_apply_clientip_localdata_action()