OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_rt
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/mrouted/
route.c
48
static int report_chunk(struct rtentry *
start_rt
, vifi_t vifi, u_int32_t dst);
967
report_chunk(struct rtentry *
start_rt
, vifi_t vifi, u_int32_t dst)
984
for (r =
start_rt
; r != RT_ADDR; r = r->rt_prev) {
1044
static int
start_rt
;
local in function:report_next_chunk
1052
for (sr = rt_end, i =
start_rt
; --i >= 0; ) {
1080
n, (nroutes -
start_rt
), nroutes);
1082
start_rt
= (
start_rt
+ n) % nroutes;
Completed in 11 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025