Searched defs:auth_zone (Results 1 – 4 of 4) sorted by relevance
96 struct auth_zone { struct98 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;126 int zone_expired;[all …]
1821 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()