HomeSort by: relevance | last modified time | path
    Searched refs:gt_scope (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.h 29 vifbitmap_t gt_scope; /* scoped interfaces */ member in struct:gtable
prune.c 86 VIFM_SET(_i, (gt)->gt_scope); \
634 gt->gt_scope = 0;
655 if (VIFM_ISSET(r->rt_parent, gt->gt_scope))
656 gt->gt_scope = -1;
657 gt->gt_grpmems &= ~gt->gt_scope;
659 gt->gt_scope = -1;
813 g->gt_grpmems &= ~g->gt_scope;
980 if (VIFM_ISSET(r->rt_parent, g->gt_scope))
981 g->gt_scope = -1;
982 g->gt_grpmems &= ~g->gt_scope;
    [all...]
rsrr.c 56 VIFM_SET(_i, (gt)->gt_scope); \
335 gt->gt_scope = 0;
349 gt->gt_grpmems &= ~gt->gt_scope;

Completed in 15 milliseconds