Home
last modified time | relevance | path

Searched refs:module_event_new (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/unbound/ipset/
Dipset.c302 if ((event == module_event_new || event == module_event_pass) && !iq) { in ipset_operate()
310 if (iq && (event == module_event_pass || event == module_event_new)) { in ipset_operate()
/freebsd-12-stable/contrib/unbound/dynlibmod/examples/
Dhelloworld.c71 if (event == module_event_new || event == module_event_pass) { in operate()
/freebsd-12-stable/contrib/unbound/ipsecmod/
Dipsecmod.c523 if((event == module_event_new || event == module_event_pass) && in ipsecmod_operate()
532 if(iq && (event == module_event_pass || event == module_event_new)) { in ipsecmod_operate()
/freebsd-12-stable/contrib/unbound/util/
Dmodule.h571 module_event_new = 0, enumerator
Dmodule.c67 case module_event_new: return "module_event_new"; in strmodulevent()
/freebsd-12-stable/contrib/unbound/cachedb/
Dcachedb.c843 if((event == module_event_new || event == module_event_pass) && in cachedb_operate()
851 if(iq && (event == module_event_pass || event == module_event_new)) { in cachedb_operate()
/freebsd-12-stable/contrib/unbound/edns-subnet/
Dsubnetmod.c783 if((event == module_event_new || event == module_event_pass) && in subnetmod_operate()
922 if(event == module_event_pass || event == module_event_new) { in subnetmod_operate()
/freebsd-12-stable/contrib/unbound/services/
Dmesh.c531 mesh_run(mesh, s, module_event_new, NULL); in mesh_new_client()
623 mesh_run(mesh, s, module_event_new, NULL); in mesh_new_callback()
702 mesh_run(mesh, s, module_event_new, NULL); in mesh_schedule_prefetch()
786 mesh_run(mesh, s, module_event_new, NULL); in mesh_schedule_prefetch_subnet()
/freebsd-12-stable/contrib/unbound/dns64/
Ddns64.c692 case module_event_new: in dns64_operate()
/freebsd-12-stable/contrib/unbound/respip/
Drespip.c1070 if(event == module_event_new || event == module_event_pass) { in respip_operate()
/freebsd-12-stable/contrib/unbound/validator/
Dvalidator.c2297 if(event == module_event_new || in val_operate()
/freebsd-12-stable/contrib/unbound/iterator/
Diterator.c4284 if((event == module_event_new || event == module_event_pass) && in iter_operate()