Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/services/
H A Dauthzone.h585 int auth_zone_set_zonefile(struct auth_zone* z, char* zonefile);
H A Dauthzone.c560 auth_zone_set_zonefile(struct auth_zone* z, char* zonefile) in auth_zone_set_zonefile() function
2129 if(!auth_zone_set_zonefile(z, c->zonefile)) { in auth_zones_cfg()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitauth.c670 auth_zone_set_zonefile(z, fname); in authtest_addzone()