HomeSort by: relevance | last modified time | path
    Searched defs:gtnp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.c 593 struct gtable *gt,**gtnp,*prev_gt; local in function:add_table_entry
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 in function:steal_sources
1583 gtnp = &kernel_no_route;
1584 while ((gt = *gtnp) != NULL)
    [all...]
prune.c 593 struct gtable *gt,**gtnp,*prev_gt; local in function:add_table_entry
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 in function:steal_sources
1583 gtnp = &kernel_no_route;
1584 while ((gt = *gtnp) != NULL)
    [all...]

Completed in 67 milliseconds