Searched refs:orrt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c2250 struct riprt *rrt, *orrt; local
2373 orrt = rtsearch(np);
2374 if (!orrt) {
2381 } else if (rrt->rrt_index != orrt->rrt_index ||
2382 rrt->rrt_info.rip6_metric != orrt->rrt_info.rip6_metric) {
2384 TAILQ_INSERT_BEFORE(orrt, rrt, rrt_next);
2385 TAILQ_REMOVE(&riprt_head, orrt, rrt_next);
2386 free(orrt);
2639 struct riprt *rrt, *orrt; local
2728 orrt
[all...]

Completed in 81 milliseconds