Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/edns-subnet/
H A Dsubnetmod.h131 void subnetmod_clear(struct module_qstate* qstate, int id);
H A Dsubnetmod.c971 subnetmod_clear(struct module_qstate *ATTR_UNUSED(qstate), in subnetmod_clear() function
1000 &subnetmod_inform_super, &subnetmod_clear, &subnetmod_get_mem
/freebsd-14.2/contrib/unbound/util/
H A Dfptr_wlist.c569 else if(fptr == &subnetmod_clear) return 1; in fptr_whitelist_mod_clear()