/src/usr.sbin/rtadvd/ |
config.h | 33 extern void free_rainfo(struct rainfo *); 38 extern void add_prefix(struct rainfo *, int, const struct in6_addr *, int); 39 extern void make_packet(struct rainfo *); 40 extern void get_prefix(struct rainfo *);
|
config.h | 33 extern void free_rainfo(struct rainfo *); 38 extern void add_prefix(struct rainfo *, int, const struct in6_addr *, int); 39 extern void make_packet(struct rainfo *); 40 extern void get_prefix(struct rainfo *);
|
rtadvd.h | 76 struct rainfo *rainfo; /* back pointer to the interface */ member in struct:prefix 135 struct rainfo { struct 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) [all...] |
rtadvd.h | 76 struct rainfo *rainfo; /* back pointer to the interface */ member in struct:prefix 135 struct rainfo { struct 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) [all...] |
timer.h | 36 struct rainfo *rai;
|
timer.h | 36 struct rainfo *rai;
|
config.c | 105 free_rainfo(struct rainfo *rai) 161 struct rainfo *tmp, *rai; 398 pfx->rainfo = tmp; 781 get_prefix(struct rainfo *rai) 858 pp->rainfo = rai; 887 struct rainfo *rai = prefix->rainfo; 904 struct rainfo *rai = prefix->rainfo; 944 struct rainfo *rai = prefix->rainfo [all...] |
config.c | 105 free_rainfo(struct rainfo *rai) 161 struct rainfo *tmp, *rai; 398 pfx->rainfo = tmp; 781 get_prefix(struct rainfo *rai) 858 pp->rainfo = rai; 887 struct rainfo *rai = prefix->rainfo; 904 struct rainfo *rai = prefix->rainfo; 944 struct rainfo *rai = prefix->rainfo [all...] |
rtadvd.c | 169 static struct rainfo *ra_output(struct rainfo *, bool); 170 static int prefix_check(struct nd_opt_prefix_info *, struct rainfo *, 393 struct rainfo *rai, *ran; 449 ra_timer_reset(struct rainfo *rai) 472 struct rainfo *rai; 731 struct rainfo *rai; 900 struct rainfo *rai; 993 ra_timer_set_short_delay(struct rainfo *rai, struct rtadvd_timer *timer) 1037 struct rainfo *rai [all...] |
rtadvd.c | 169 static struct rainfo *ra_output(struct rainfo *, bool); 170 static int prefix_check(struct nd_opt_prefix_info *, struct rainfo *, 393 struct rainfo *rai, *ran; 449 ra_timer_reset(struct rainfo *rai) 472 struct rainfo *rai; 731 struct rainfo *rai; 900 struct rainfo *rai; 993 ra_timer_set_short_delay(struct rainfo *rai, struct rtadvd_timer *timer) 1037 struct rainfo *rai [all...] |
dump.c | 95 struct rainfo *rai;
|
dump.c | 95 struct rainfo *rai;
|