Home
last modified time | relevance | path

Searched refs:mesh_state_ref (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dmesh.c201 struct mesh_state_ref* a = (struct mesh_state_ref*)ap; in mesh_state_ref_compare()
202 struct mesh_state_ref* b = (struct mesh_state_ref*)bp; in mesh_state_ref_compare()
1101 struct mesh_state_ref* super, ref; in mesh_state_delete()
1127 RBTREE_FOR(super, struct mesh_state_ref*, &mstate->super_set) { in mesh_state_delete()
1139 struct mesh_state_ref* r; in find_in_subsub()
1142 RBTREE_FOR(r, struct mesh_state_ref*, &m->sub_set) { in find_in_subsub()
1168 struct mesh_state_ref* ref, lookup; in mesh_detach_subs()
1174 RBTREE_FOR(ref, struct mesh_state_ref*, &qstate->mesh_info->sub_set) { in mesh_detach_subs()
1265 struct mesh_state_ref* subref; /* points to sub, inserted in super */ in mesh_state_attachment()
1266 struct mesh_state_ref* superref; /* points to super, inserted in sub */ in mesh_state_attachment()
[all …]
H A Dmesh.h221 struct mesh_state_ref { struct
/freebsd/contrib/unbound/daemon/
H A Dremote.c3030 struct mesh_state_ref* sub; in get_mesh_status()
3036 RBTREE_FOR(sub, struct mesh_state_ref*, &m->sub_set) { in get_mesh_status()