Searched refs:rt_children (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/mrouted/ |
| D | route.c | 77 VIFM_COPY(r->rt_children, old_children); in init_children_and_leaves() 80 VIFM_CLRALL(r->rt_children); in init_children_and_leaves() 89 VIFM_SET(vifi, r->rt_children); in init_children_and_leaves() 104 return (!VIFM_SAME(r->rt_children, old_children) || in init_children_and_leaves() 122 !VIFM_ISSET(vifi, r->rt_children)) { in add_vif_to_routes() 123 VIFM_SET(vifi, r->rt_children); in add_vif_to_routes() 160 else if (VIFM_ISSET(vifi, r->rt_children)) { in delete_vif_from_routes() 161 VIFM_CLR(vifi, r->rt_children); in delete_vif_from_routes() 190 VIFM_SET(vifi, r->rt_children); in delete_neighbor_from_routes() 486 if (VIFM_ISSET(vifi, r->rt_children)) { in update_route() [all …]
|
| D | route.h | 36 vifbitmap_t rt_children; /* outgoing children vifs */ member
|
| D | prune.c | 426 if (VIFM_ISSET(i, r->rt_children) && in add_table_entry() 583 if (VIFM_ISSET(vifi, r->rt_children) && in reset_neighbor_state() 751 if (VIFM_ISSET(i, r->rt_children) && in update_table_entry() 807 VIFM_ISSET(vifi, r->rt_children)) { in update_lclgrp() 949 if (!VIFM_ISSET(vifi, r->rt_children)) { in accept_prune() 1056 if (g->gt_mcastgrp == mcastgrp && VIFM_ISSET(vifi, r->rt_children)) in chkgrp_graft() 1704 else if (VIFM_ISSET(i, r->rt_children) && in dump_cache() 1837 } else if (rt != NULL && !VIFM_ISSET(vifi, rt->rt_children)) { in accept_mtrace() 1929 if (VIFM_ISSET(vifi, rt->rt_children) && in accept_mtrace() 1938 else if (rt && !VIFM_ISSET(vifi, rt->rt_children)) in accept_mtrace() [all …]
|
| D | rsrr.c | 326 if (VIFM_ISSET(i, r->rt_children) && in rsrr_accept_rq()
|