Home
last modified time | relevance | path

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

/src/usr.sbin/route6d/
H A Droute6d.c2266 struct riprt *rrt, *orrt; in ifrt_p2p() local
2389 orrt = rtsearch(np); in ifrt_p2p()
2390 if (!orrt) { in ifrt_p2p()
2397 } else if (rrt->rrt_index != orrt->rrt_index || in ifrt_p2p()
2398 rrt->rrt_info.rip6_metric != orrt->rrt_info.rip6_metric) { in ifrt_p2p()
2400 TAILQ_INSERT_BEFORE(orrt, rrt, rrt_next); in ifrt_p2p()
2401 TAILQ_REMOVE(&riprt_head, orrt, rrt_next); in ifrt_p2p()
2402 free(orrt); in ifrt_p2p()
2655 struct riprt *rrt, *orrt; in rt_entry() local
2744 orrt = rtsearch(np); in rt_entry()
[all …]