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

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dmain.c50 u_char pruning = 1; /* Enable pruning by default */ variable
134 pruning = 0;
242 fprintf(stderr, "pruning %s\n", pruning ? "on" : "off");
584 pruning = 1;
H A Ddefs.h116 extern u_char pruning;
H A Dcfparse.y199 | PRUNING BOOLEAN { pruning = $2; }
483 if (!strcmp(q,"pruning"))
H A Dprune.c157 * 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
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drbtdb.c1699 isc_boolean_t pruning)
1801 * as a result of pruning to avoid infinite dispatching.
1802 * Note: pruning happens only when a task has been set for the
1807 if (!pruning && node->parent != NULL &&
1839 "allocate pruning event");
1696 decrement_reference(dns_rbtdb_t *rbtdb, dns_rbtnode_t *node, rbtdb_serial_t least_serial, isc_rwlocktype_t nlock, isc_rwlocktype_t tlock, isc_boolean_t pruning) argument

Completed in 203 milliseconds