Lines Matching defs:metric
56 u_char metric; /* TTL cost of forwarding */
310 u_char metric, threshold, ncount;
323 metric = *p++;
359 if (nb_i->metric != nb_n->metric
363 "metric/threshold",
404 if (metric != nb->metric || threshold != nb->threshold)
407 "metric/threshold",
416 nb->metric = metric;
445 u_char metric, threshold, ncount, flags;
458 metric = *p++;
500 if (nb_i->metric != nb_n->metric
504 "metric/threshold",
548 if (metric != nb->metric || threshold != nb->threshold)
551 "metric/threshold",
560 nb->metric = metric;
653 printf(" [%d/%d", nb->metric, nb->threshold);
718 nb_node->addr, nb->metric, nb->threshold);
719 if (nb2 && (nb2->metric != nb->metric
721 printf(",%d/%d", nb2->metric, nb2->threshold);