Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/dynlibmod/examples/
H A Dhelloworld.c71 if (event == module_event_new || event == module_event_pass) { in operate()
/freebsd-14.2/contrib/unbound/ipset/
H A Dipset.c417 if ((event == module_event_new || event == module_event_pass) && !iq) { in ipset_operate()
425 if (iq && (event == module_event_pass || event == module_event_new)) { in ipset_operate()
/freebsd-14.2/contrib/unbound/ipsecmod/
H A 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-14.2/contrib/unbound/util/
H A Dmodule.h580 module_event_new = 0, enumerator
H A Dmodule.c67 case module_event_new: return "module_event_new"; in strmodulevent()
/freebsd-14.2/contrib/unbound/cachedb/
H A Dcachedb.c913 if((event == module_event_new || event == module_event_pass) && in cachedb_operate()
921 if(iq && (event == module_event_pass || event == module_event_new)) { in cachedb_operate()
/freebsd-14.2/contrib/unbound/edns-subnet/
H A Dsubnetmod.c815 if((event == module_event_new || event == module_event_pass) && in subnetmod_operate()
954 if(event == module_event_pass || event == module_event_new) { in subnetmod_operate()
/freebsd-14.2/contrib/unbound/services/
H A Dmesh.c562 mesh_run(mesh, s, module_event_new, NULL); in mesh_new_client()
669 mesh_run(mesh, s, module_event_new, NULL); in mesh_new_callback()
751 mesh_run(mesh, s, module_event_new, NULL); in mesh_schedule_prefetch()
838 mesh_run(mesh, s, module_event_new, NULL); in mesh_schedule_prefetch_subnet()
/freebsd-14.2/contrib/unbound/dns64/
H A Ddns64.c692 case module_event_new: in dns64_operate()
/freebsd-14.2/contrib/unbound/respip/
H A Drespip.c1070 if(event == module_event_new || event == module_event_pass) { in respip_operate()
/freebsd-14.2/contrib/unbound/validator/
H A Dvalidator.c2639 if(event == module_event_new || in val_operate()
/freebsd-14.2/contrib/unbound/iterator/
H A Diterator.c4478 if((event == module_event_new || event == module_event_pass) && in iter_operate()