Searched refs:rt_leaves (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.sbin/mrouted/ |
| D | route.c | 81 VIFM_COPY(r->rt_leaves, old_leaves ); in init_children_and_leaves() 84 VIFM_CLRALL(r->rt_leaves); in init_children_and_leaves() 94 VIFM_SET(vifi, r->rt_leaves); in init_children_and_leaves() 108 !VIFM_SAME(r->rt_leaves, old_leaves)); in init_children_and_leaves() 130 VIFM_SET(vifi, r->rt_leaves); in add_vif_to_routes() 134 VIFM_CLR(vifi, r->rt_leaves); in add_vif_to_routes() 165 VIFM_CLR(vifi, r->rt_leaves); in delete_vif_from_routes() 197 VIFM_SET(vifi, r->rt_leaves); in delete_neighbor_from_routes() 201 VIFM_CLR(vifi, r->rt_leaves); in delete_neighbor_from_routes() 210 VIFM_SET(vifi, r->rt_leaves); in delete_neighbor_from_routes() [all …]
|
| D | route.h | 37 vifbitmap_t rt_leaves; /* subset of outgoing children vifs */ member
|
| D | prune.c | 444 !(VIFM_ISSET(i, r->rt_leaves))) in add_table_entry() 447 if (VIFM_ISSET(i, r->rt_leaves) && grplst_mem(i, mcastgrp)) in add_table_entry() 601 !(VIFM_ISSET(vifi, r->rt_leaves))) in reset_neighbor_state() 604 if (VIFM_ISSET(vifi, r->rt_leaves) && in reset_neighbor_state() 769 !(VIFM_ISSET(i, r->rt_leaves))) in update_table_entry() 772 if (VIFM_ISSET(i, r->rt_leaves) && grplst_mem(i, g->gt_mcastgrp)) in update_table_entry() 869 if (!VIFM_ISSET(vifi, r->rt_leaves)) { in delete_lclgrp() 1712 !VIFM_ISSET(i, r->rt_leaves)) in dump_cache() 1937 !VIFM_ISSET(vifi, rt->rt_leaves)) in accept_mtrace()
|
| D | rsrr.c | 338 !(VIFM_ISSET(i, r->rt_leaves))) in rsrr_accept_rq() 341 if (VIFM_ISSET(i, r->rt_leaves) && grplst_mem(i, mcastgrp)) in rsrr_accept_rq()
|