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

  /src/usr.sbin/mrouted/
route.h 43 struct gtable *rt_groups; /* link to active groups */ member in struct:rtentry
prune.c 614 gtnp = &r->rt_groups;
843 g = r->rt_groups;
887 r->rt_groups = NULL;
894 prev_g = (struct gtable *)&r->rt_groups;
895 for (g = r->rt_groups; g; g = g->gt_next) {
930 if (prev_g != (struct gtable *)&r->rt_groups)
960 for (g = r->rt_groups; g; g = g->gt_next) {
1500 g = r->rt_groups;
1520 r->rt_groups = NULL;
1557 for (gt = rp->rt_groups; gt; gt = gt->gt_next)
    [all...]
route.c 302 r->rt_groups = NULL;

Completed in 13 milliseconds