Searched refs:module_event_new (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/unbound/ipset/ |
| D | ipset.c | 302 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/ |
| D | helloworld.c | 71 if (event == module_event_new || event == module_event_pass) { in operate()
|
| /freebsd-12-stable/contrib/unbound/ipsecmod/ |
| D | ipsecmod.c | 523 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/ |
| D | module.h | 571 module_event_new = 0, enumerator
|
| D | module.c | 67 case module_event_new: return "module_event_new"; in strmodulevent()
|
| /freebsd-12-stable/contrib/unbound/cachedb/ |
| D | cachedb.c | 843 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/ |
| D | subnetmod.c | 783 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/ |
| D | mesh.c | 531 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/ |
| D | dns64.c | 692 case module_event_new: in dns64_operate()
|
| /freebsd-12-stable/contrib/unbound/respip/ |
| D | respip.c | 1070 if(event == module_event_new || event == module_event_pass) { in respip_operate()
|
| /freebsd-12-stable/contrib/unbound/validator/ |
| D | validator.c | 2297 if(event == module_event_new || in val_operate()
|
| /freebsd-12-stable/contrib/unbound/iterator/ |
| D | iterator.c | 4284 if((event == module_event_new || event == module_event_pass) && in iter_operate()
|