Home
last modified time | relevance | path

Searched refs:mesh_report_reply (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/unbound/libunbound/
HDlibworker.c856 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/
HDworker.c243 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/
HDmesh.h323 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e,
HDmesh.c485 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, in mesh_report_reply() function