Lines Matching defs:threshold
57 u_char threshold; /* TTL threshold to forward */
310 u_char metric, threshold, ncount;
324 threshold = *p++;
360 || nb_i->threshold != nb_n->threshold)
363 "metric/threshold",
404 if (metric != nb->metric || threshold != nb->threshold)
407 "metric/threshold",
417 nb->threshold = threshold;
445 u_char metric, threshold, ncount, flags;
459 threshold = *p++;
501 || nb_i->threshold != nb_n->threshold)
504 "metric/threshold",
548 if (metric != nb->metric || threshold != nb->threshold)
551 "metric/threshold",
561 nb->threshold = threshold;
653 printf(" [%d/%d", nb->metric, nb->threshold);
718 nb_node->addr, nb->metric, nb->threshold);
720 || nb2->threshold != nb->threshold))
721 printf(",%d/%d", nb2->metric, nb2->threshold);