Searched refs:copy_changed_acl (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.sbin/nsd/ |
H A D | options.c | 1221 copy_changed_acl(struct nsd_options* opt, struct acl_options** orig, in copy_changed_acl() function 1345 copy_changed_acl(opt, &orig->allow_notify, p->allow_notify); in pattern_options_add_modify() 1346 copy_changed_acl(opt, &orig->request_xfr, p->request_xfr); in pattern_options_add_modify() 1347 copy_changed_acl(opt, &orig->notify, p->notify); in pattern_options_add_modify() 1348 copy_changed_acl(opt, &orig->provide_xfr, p->provide_xfr); in pattern_options_add_modify() 1349 copy_changed_acl(opt, &orig->allow_query, p->allow_query); in pattern_options_add_modify() 1350 copy_changed_acl(opt, &orig->outgoing_interface, in pattern_options_add_modify()
|