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

  /src/usr.sbin/mrouted/
prune.c 43 struct gtable *gtp; /* pointer for kernel rt entries */ variable in typeref:struct:gtable *
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;
    [all...]
prune.c 43 struct gtable *gtp; /* pointer for kernel rt entries */ variable in typeref:struct:gtable *
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;
    [all...]
prune.c 43 struct gtable *gtp; /* pointer for kernel rt entries */ variable in typeref:struct:gtable *
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;
    [all...]

Completed in 33 milliseconds