Home
last modified time | relevance | path

Searched refs:mesh_detect_cycle (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dmesh.h613 int mesh_detect_cycle(struct module_qstate* qstate, struct query_info* qinfo,
H A Dmesh.c2062 mesh_detect_cycle(struct module_qstate* qstate, struct query_info* qinfo, in mesh_detect_cycle() function
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c408 if(fptr == &mesh_detect_cycle) return 1; in fptr_whitelist_modenv_detect_cycle()
/freebsd/contrib/unbound/libunbound/
H A Dlibworker.c252 w->env->detect_cycle = &mesh_detect_cycle; in libworker_setup()
/freebsd/contrib/unbound/daemon/
H A Dworker.c2263 worker->env.detect_cycle = &mesh_detect_cycle; in worker_init()