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.h371 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e,
H A Dmesh.c877 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, in mesh_report_reply() function
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c909 mesh_report_reply(lw->env->mesh, e, reply_info, error); in libworker_handle_service_reply()
919 mesh_report_reply(lw->env->mesh, e, reply_info, in libworker_handle_service_reply()
923 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()