HomeSort by: relevance | last modified time | path
    Searched refs:mesh_report_reply (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/unbound/dist/services/
mesh.h 379 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e,
590 * mesh_report_reply and mesh_new_client as needed.
mesh.c 893 void mesh_report_reply(struct mesh_area* mesh, struct outbound_entry* e, function
  /src/external/bsd/unbound/dist/libunbound/
libworker.c 909 mesh_report_reply(lw->env->mesh, e, reply_info, error);
919 mesh_report_reply(lw->env->mesh, e, reply_info,
923 mesh_report_reply(lw->env->mesh, e, reply_info, NETEVENT_NOERROR);
  /src/external/bsd/unbound/dist/daemon/
worker.c 253 mesh_report_reply(worker->env.mesh, e, reply_info, error);
266 mesh_report_reply(worker->env.mesh, e, reply_info,
271 mesh_report_reply(worker->env.mesh, e, reply_info, NETEVENT_NOERROR);

Completed in 73 milliseconds