Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dmesh.h358 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e,
H A Dmesh.c858 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, in mesh_report_reply() function
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c906 mesh_report_reply(lw->env->mesh, e, reply_info, error); in libworker_handle_service_reply()
916 mesh_report_reply(lw->env->mesh, e, reply_info, in libworker_handle_service_reply()
920 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR); in libworker_handle_service_reply()
/freebsd/contrib/unbound/daemon/
H A Dworker.c253 mesh_report_reply(worker->env.mesh, e, reply_info, error); in worker_handle_service_reply()
265 mesh_report_reply(worker->env.mesh, e, reply_info, in worker_handle_service_reply()
270 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR); in worker_handle_service_reply()