Searched refs:ns_set (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/unbound/services/
H A Drpz.h115 struct clientip_synthesized_rrset* ns_set; member in struct:rpz
H A Drpz.c379 rpz_clientip_synthesized_set_delete(r->ns_set);
398 rpz_clientip_synthesized_set_delete(r->ns_set);
399 r->ns_set = NULL;
413 if(!(r->ns_set = rpz_clientip_synthesized_set_create())) {
430 lock_rw_wrlock(&r->ns_set->lock);
431 addr_tree_init_parents(&r->ns_set->entries);
432 lock_rw_unlock(&r->ns_set->lock);
572 r->ns_set = rpz_clientip_synthesized_set_create();
573 if(r->ns_set == NULL) {
590 if(r->ns_set !
[all...]

Completed in 74 milliseconds