Home
last modified time | relevance | path

Searched refs:auth_zone_get_soa_rrset (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dauthzone.h640 struct auth_rrset* auth_zone_get_soa_rrset(struct auth_zone* z);
H A Drpz.c1881 soa = auth_zone_get_soa_rrset(auth_zone); in rpz_apply_clientip_localdata_action()
1929 soa = auth_zone_get_soa_rrset(az); in rpz_add_soa()
H A Dauthzone.c1984 struct auth_rrset* auth_zone_get_soa_rrset(struct auth_zone* z) in auth_zone_get_soa_rrset() function