Home
last modified time | relevance | path

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

/freebsd/usr.sbin/route6d/
H A Droute6d.c146 struct riprt { struct
147 TAILQ_ENTRY(riprt) rrt_next; /* next destination */
149 struct riprt *rrt_same; /* same destination - future use */ argument
157 static TAILQ_HEAD(, riprt) riprt_head = TAILQ_HEAD_INITIALIZER(riprt_head); argument
205 static int out_filter(struct riprt *, struct ifc *);
236 static int addroute(struct riprt *, const struct in6_addr *, struct ifc *);
242 static int tobeadv(struct riprt *, struct ifc *);
248 static struct riprt *rtsearch(struct netinfo6 *);
550 struct riprt *rrt; in rtdexit()
578 struct riprt *rrt, *rrt_tmp; in ripalarm()
[all …]