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

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dprune.c593 struct gtable *gt,**gtnp,*prev_gt; local
612 gtnp = &kernel_no_route;
614 gtnp = &r->rt_groups;
615 while ((gt = *gtnp) != NULL) {
618 gtnp = &gt->gt_next;
666 gt->gt_next = *gtnp;
667 *gtnp = gt;
1549 struct gtable *gt, **gtnp; local
1583 gtnp = &kernel_no_route;
1584 while ((gt = *gtnp) !
[all...]

Completed in 113 milliseconds