OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rmx_hopcount
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/compat/net/
route.h
53
u_long
rmx_hopcount
; /* max hops expected */
member in struct:rt_metrics50
/src/sys/net/
route.h
80
uint64_t
rmx_hopcount
; /* max hops expected */
member in struct:rt_metrics
rtsock_shared.c
1128
metric(RTV_HOPCOUNT,
rmx_hopcount
);
1146
metric(
rmx_hopcount
);
/src/sbin/route/
rtutil.c
411
rmx->
rmx_hopcount
, (rmx->rmx_locks & RTV_HOPCOUNT) ? 'L' : ' ');
route.c
406
caseof(K_HOPCOUNT, RTV_HOPCOUNT,
rmx_hopcount
);
1613
printf("%8"PRId64"%c ", rtm->rtm_rmx.
rmx_hopcount
, lock(HOPCOUNT));
/src/sbin/routed/
table.c
710
w.w_rtm.rtm_rmx.
rmx_hopcount
= metric;
920
k->k_metric = rtm->rtm_rmx.
rmx_hopcount
;
/src/usr.sbin/route6d/
route6d.c
2473
np->rip6_metric = rtm->rtm_rmx.
rmx_hopcount
;
2583
rtm->rtm_rmx.
rmx_hopcount
= np->rip6_metric - 1;
Completed in 43 milliseconds
Indexes created Wed Nov 05 22:09:55 GMT 2025