Home | History | Annotate | Download | only in mtrace

Lines Matching defs:nexthop

1153     int hops, nexthop, tries;
1469 for (hops = 1, nexthop = 1; hops <= MAXHOPS; ++hops) {
1489 if (hops == nexthop) {
1495 } else if (hops < nexthop + 3) {
1505 (hops == 1 || (base.resps+nexthop-2)->tr_outaddr == lastout)) {
1506 if (hops == nexthop) {
1510 print_trace(nexthop, &base);
1527 if (nexthop <= base.len) {
1529 print_trace(nexthop, &base);
1530 } else if (nexthop > base.len + 1) {
1552 if (hops != nexthop) {
1568 nexthop = hops + 1;