Searched defs:auth_zone (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/sbin/unwind/libunbound/services/ |
H A D | authzone.h | 96 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 D | rpz.c | 1809 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...] |
/openbsd-src/usr.sbin/unbound/services/ |
H A D | authzone.h | 96 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 D | rpz.c | 1809 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...] |