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

/freebsd-current/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 */
157 static TAILQ_HEAD(, riprt) riprt_head = TAILQ_HEAD_INITIALIZER(riprt_head);
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;
578 struct riprt *rr
[all...]

Completed in 104 milliseconds