Home
last modified time | relevance | path

Searched refs:nexthop (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/mtrace/
Dmtrace.c1118 int hops, nexthop, tries; in main() local
1438 for (hops = 1, nexthop = 1; hops <= MAXHOPS; ++hops) { in main()
1458 if (hops == nexthop) { in main()
1464 } else if (hops < nexthop + 3) { in main()
1474 (hops == 1 || (base.resps+nexthop-2)->tr_outaddr == lastout)) { in main()
1475 if (hops == nexthop) { in main()
1479 print_trace(nexthop, &base); in main()
1496 if (nexthop <= base.len) { in main()
1498 print_trace(nexthop, &base); in main()
1499 } else if (nexthop > base.len + 1) { in main()
[all …]
/mirbsd/src/sys/netinet6/
Dicmp6.c2391 struct in6_addr *nexthop; local
2469 nexthop = &sin6->sin6_addr;
2470 if (!IN6_IS_ADDR_LINKLOCAL(nexthop))
2471 nexthop = NULL;
2473 nexthop = NULL;
2497 if (!nexthop)
2499 bcopy(nexthop, &nd_rd->nd_rd_target,
2505 nexthop = &sip6->ip6_dst;
2522 rt_nexthop = nd6_lookup(nexthop, 0, ifp);