Searched refs:mesh_report_reply (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/unbound/libunbound/ |
| HD | libworker.c | 856 mesh_report_reply(lw->env->mesh, &e, reply_info, error); in libworker_handle_reply() 866 mesh_report_reply(lw->env->mesh, &e, reply_info, in libworker_handle_reply() 870 mesh_report_reply(lw->env->mesh, &e, reply_info, NETEVENT_NOERROR); in libworker_handle_reply() 882 mesh_report_reply(lw->env->mesh, e, reply_info, error); in libworker_handle_service_reply() 892 mesh_report_reply(lw->env->mesh, e, reply_info, in libworker_handle_service_reply() 896 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR); in libworker_handle_service_reply()
|
| /NextBSD/contrib/unbound/daemon/ |
| HD | worker.c | 243 mesh_report_reply(worker->env.mesh, &e, reply_info, error); in worker_handle_reply() 254 mesh_report_reply(worker->env.mesh, &e, reply_info, in worker_handle_reply() 259 mesh_report_reply(worker->env.mesh, &e, reply_info, NETEVENT_NOERROR); in worker_handle_reply() 274 mesh_report_reply(worker->env.mesh, e, reply_info, error); in worker_handle_service_reply() 286 mesh_report_reply(worker->env.mesh, e, reply_info, in worker_handle_service_reply() 291 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR); in worker_handle_service_reply()
|
| /NextBSD/contrib/unbound/services/ |
| HD | mesh.h | 323 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e,
|
| HD | mesh.c | 485 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, in mesh_report_reply() function
|