Lines Matching refs:threshold
57 u_char threshold; /* TTL threshold to forward */ member
310 u_char metric, threshold, ncount; in accept_neighbors() local
324 threshold = *p++; in accept_neighbors()
360 || nb_i->threshold != nb_n->threshold) in accept_neighbors()
404 if (metric != nb->metric || threshold != nb->threshold) in accept_neighbors()
417 nb->threshold = threshold; in accept_neighbors()
445 u_char metric, threshold, ncount, flags; in accept_neighbors2() local
459 threshold = *p++; in accept_neighbors2()
501 || nb_i->threshold != nb_n->threshold) in accept_neighbors2()
548 if (metric != nb->metric || threshold != nb->threshold) in accept_neighbors2()
561 nb->threshold = threshold; in accept_neighbors2()
653 printf(" [%d/%d", nb->metric, nb->threshold); in print_map()
718 nb_node->addr, nb->metric, nb->threshold); in graph_edges()
720 || nb2->threshold != nb->threshold)) in graph_edges()
721 printf(",%d/%d", nb2->metric, nb2->threshold); in graph_edges()