Home
last modified time | relevance | path

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

/freebsd-src/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.c1809 make_soa_ubrrset(struct auth_zone * auth_zone,struct auth_rrset * soa,struct regional * temp) make_soa_ubrrset() argument
1832 rpz_apply_clientip_localdata_action(struct clientip_synthesized_rr * raddr,struct module_env * env,struct query_info * qinfo,struct edns_data * edns,struct comm_reply * repinfo,sldns_buffer * buf,struct regional * temp,struct auth_zone * auth_zone) rpz_apply_clientip_localdata_action() argument
[all...]