Searched refs:riprt (Results 1 – 1 of 1) sorted by relevance
146 struct riprt { struct147 TAILQ_ENTRY(riprt) rrt_next; /* next destination */149 struct riprt *rrt_same; /* same destination - future use */ argument157 static TAILQ_HEAD(, riprt) riprt_head = TAILQ_HEAD_INITIALIZER(riprt_head); argument205 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 …]