Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/mrouted/
H A Dprune.c71 VIFM_SET(_i, (gt)->gt_scope); \
413 gt->gt_scope = 0; in add_table_entry()
434 if (VIFM_ISSET(r->rt_parent, gt->gt_scope)) in add_table_entry()
435 gt->gt_scope = -1; in add_table_entry()
436 gt->gt_grpmems &= ~gt->gt_scope; in add_table_entry()
438 gt->gt_scope = -1; in add_table_entry()
591 g->gt_grpmems &= ~g->gt_scope; in reset_neighbor_state()
758 if (VIFM_ISSET(r->rt_parent, g->gt_scope)) in update_table_entry()
759 g->gt_scope = -1; in update_table_entry()
760 g->gt_grpmems &= ~g->gt_scope; in update_table_entry()
[all …]
H A Drsrr.c54 VIFM_SET(_i, (gt)->gt_scope); \
321 gt->gt_scope = 0; in rsrr_accept_rq()
335 gt->gt_grpmems &= ~gt->gt_scope; in rsrr_accept_rq()
H A Dprune.h29 vifbitmap_t gt_scope; /* scoped interfaces */ member