HomeSort by: relevance | last modified time | path
    Searched refs:pruning (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/mrouted/
main.c 50 u_char pruning = 1; /* Enable pruning by default */ variable in typeref:typename:u_char
134 pruning = 0;
242 fprintf(stderr, "pruning %s\n", pruning ? "on" : "off");
584 pruning = 1;
defs.h 116 extern u_char pruning;
cfparse.y 83 %token CACHE_LIFETIME PRUNING
199 | PRUNING BOOLEAN { pruning = $2; }
483 if (!strcmp(q,"pruning"))
484 return PRUNING;
prune.c 157 * Check if the neighbor supports pruning
173 * that they could handle pruning.
234 /* Don't process any prunes if router is not pruning */
235 if (pruning == 0)
242 /* Don't send a prune to a non-pruning router */
1132 /* Don't process any prunes if router is not pruning */
1133 if (pruning == 0)
2130 * fill in scoping & pruning information

Completed in 15 milliseconds