OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nexthop
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mtrace/
mtrace.c
1153
int hops,
nexthop
, tries;
local in function:main
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)
[
all
...]
/src/sys/netinet6/
icmp6.c
2474
struct in6_addr *
nexthop
;
local in function:icmp6_redirect_output
2557
nexthop
= &sin6->sin6_addr;
2558
if (!IN6_IS_ADDR_LINKLOCAL(
nexthop
))
2559
nexthop
= NULL;
2561
nexthop
= NULL;
2585
if (!
nexthop
)
2587
bcopy(
nexthop
, &nd_rd->nd_rd_target,
2593
nexthop
= &sip6->ip6_dst;
2609
ln = nd6_lookup(
nexthop
, ifp, false);
Completed in 53 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025