Home | History | Annotate | Download | only in mrouted

Lines Matching defs:gtp

43 struct gtable *gtp;			/* pointer for kernel rt entries    */
123 * Returns TRUE if found a match, and the global variable gtp is left
125 * Returns FALSE if no exact match found, gtp is left pointing to before
134 gtp = NULL;
148 gtp = gt;
676 g = gtp ? gtp->gt_gnext : kernel_table;
682 if (gtp) {
683 gt->gt_gnext = gtp->gt_gnext;
684 gt->gt_gprev = gtp;
685 gtp->gt_gnext = gt;
1168 g = gtp ? gtp->gt_gnext : kernel_table;
1366 g = gtp ? gtp->gt_gnext : kernel_table;
1473 g = gtp ? gtp->gt_gnext : kernel_table;