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.h96 struct auth_zone { struct
98 rbnode_type node;
101 uint8_t* name;
103 size_t namelen;
105 int namelabs;
108 uint16_t dclass;
114 lock_rw_type lock;
118 rbtree_type data;
121 char* zonefile;
123 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()