Searched refs:auth_zone (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | authzone.h | 86 struct auth_zone* rpz_first; 96 struct auth_zone { struct 151 struct auth_zone* delete_next; argument 154 struct auth_zone* rpz_az_next; argument 156 struct auth_zone* rpz_az_prev; argument 518 int auth_zone_write_file(struct auth_zone* z, const char* fname); 568 struct auth_zone* auth_zones_find_zone(struct auth_zones* az, 572 struct auth_zone* auth_zone_find(struct auth_zones* az, uint8_t* nm, 581 struct auth_zone* auth_zone_create(struct auth_zones* az, uint8_t* nm, 585 int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile); [all …]
|
H A D | authzone.c | 173 auth_packed_rrset_copy_region(struct auth_zone* z, struct auth_data* node, in auth_packed_rrset_copy_region() 224 msg_add_rrset_an(struct auth_zone* z, struct regional* region, in msg_add_rrset_an() 249 msg_add_rrset_ns(struct auth_zone* z, struct regional* region, in msg_add_rrset_ns() 273 msg_add_rrset_ar(struct auth_zone* z, struct regional* region, in msg_add_rrset_ar() 316 struct auth_zone* a = (struct auth_zone*)z1; in auth_zone_cmp() 317 struct auth_zone* b = (struct auth_zone*)z2; in auth_zone_cmp() 391 auth_zone_delete(struct auth_zone* z, struct auth_zones* az) in auth_zone_delete() 415 struct auth_zone* 419 struct auth_zone* z = (struct auth_zone*)calloc(1, sizeof(*z)); in auth_zone_create() 448 struct auth_zone* [all …]
|
H A D | rpz.c | 1703 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out) in rpz_resolve_client_action_and_zone() 1706 struct auth_zone* a = NULL; in rpz_resolve_client_action_and_zone() 1821 make_soa_ubrrset(struct auth_zone* auth_zone, struct auth_rrset* soa, in make_soa_ubrrset() argument 1833 csoa.rk.dname = auth_zone->name; in make_soa_ubrrset() 1834 csoa.rk.dname_len = auth_zone->namelen; in make_soa_ubrrset() 1844 struct regional* temp, struct auth_zone* auth_zone) in rpz_apply_clientip_localdata_action() argument 1879 if(auth_zone) { in rpz_apply_clientip_localdata_action() 1881 soa = auth_zone_get_soa_rrset(auth_zone); in rpz_apply_clientip_localdata_action() 1883 rsoa = make_soa_ubrrset(auth_zone, soa, temp); in rpz_apply_clientip_localdata_action() 1923 struct auth_zone* az) in rpz_add_soa() [all …]
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 2751 struct auth_zone* z = NULL; in do_auth_zone_reload() 2951 struct auth_zone* z; in do_list_auth_zones() 2954 RBTREE_FOR(z, struct auth_zone*, &az->ztree) { in do_list_auth_zones() 3167 struct auth_zone *z = NULL; in do_rpz_enable_disable()
|
/freebsd/contrib/unbound/respip/ |
H A D | respip.c | 887 struct auth_zone* a = NULL; in respip_rewrite_reply()
|
/freebsd/contrib/unbound/iterator/ |
H A D | iterator.c | 1072 struct auth_zone* z; in auth_zone_delegpt()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 3259 - Fix similar code in auth_zone synth cname to add the extra checks.
|