Home | History | Annotate | Download | only in rtadvd

Lines Matching defs:rainfo

76 	struct rainfo *rainfo;	/* back pointer to the interface */
135 struct rainfo {
136 TAILQ_ENTRY(rainfo) next;
144 struct rainfo *leaving; /* the config which is leaving */
145 struct rainfo *leaving_for; /* the new config to activate */
190 extern TAILQ_HEAD(ralist_head_t, rainfo) ralist;
195 void ra_timer_set_short_delay(struct rainfo *, struct rtadvd_timer *);
198 struct rainfo *if_indextorainfo(unsigned int);
199 struct prefix *find_prefix(struct rainfo *, const struct in6_addr *, int);