Searched refs:rt_groups (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Droute.h43 struct gtable *rt_groups; /* link to active groups */ member in struct:rtentry
H A Dprune.c614 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; g
[all...]
H A Droute.c302 r->rt_groups = NULL;

Completed in 103 milliseconds