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

/freebsd-10.0-release/contrib/unbound/services/
H A Dmesh.h322 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e,
482 * mesh_report_reply and mesh_new_client as needed.
H A Dmesh.c478 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, function
/freebsd-10.0-release/contrib/unbound/libunbound/
H A Dlibworker.c765 mesh_report_reply(lw->env->mesh, &e, reply_info, error);
775 mesh_report_reply(lw->env->mesh, &e, reply_info,
779 mesh_report_reply(lw->env->mesh, &e, reply_info, NETEVENT_NOERROR);
791 mesh_report_reply(lw->env->mesh, e, reply_info, error);
801 mesh_report_reply(lw->env->mesh, e, reply_info,
805 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dworker.c241 mesh_report_reply(worker->env.mesh, &e, reply_info, error);
252 mesh_report_reply(worker->env.mesh, &e, reply_info,
257 mesh_report_reply(worker->env.mesh, &e, reply_info, NETEVENT_NOERROR);
272 mesh_report_reply(worker->env.mesh, e, reply_info, error);
284 mesh_report_reply(worker->env.mesh, e, reply_info,
289 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR);

Completed in 84 milliseconds