Searched refs:rtadvd_timer (Results 1 – 9 of 9) sorted by relevance
33 extern TAILQ_HEAD(rtadvd_timer_head_t, rtadvd_timer) ra_timer;34 struct rtadvd_timer { struct35 TAILQ_ENTRY(rtadvd_timer) rat_next;39 struct rtadvd_timer *(*rat_expire)(void *); argument47 struct rtadvd_timer *rtadvd_add_timer(struct rtadvd_timer *(*)(void *), argument50 struct rtadvd_timer *);51 void rtadvd_remove_timer(struct rtadvd_timer *);
105 struct rtadvd_timer *106 rtadvd_add_timer(struct rtadvd_timer *(*timeout)(void *), in rtadvd_add_timer()110 struct rtadvd_timer *rat; in rtadvd_add_timer()139 rtadvd_remove_timer(struct rtadvd_timer *rat) in rtadvd_remove_timer()159 struct rtadvd_timer *rat; in rtadvd_check_timer()186 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *rat) in rtadvd_set_timer()
114 struct rtadvd_timer *pfx_timer;271 struct rtadvd_timer *ifi_ra_timer;288 struct rtadvd_timer *ra_timeout(void *);
58 struct timespec *rtadvd_timer_rest(struct rtadvd_timer *);
44 rtadvd_timer_rest(struct rtadvd_timer *rat) in rtadvd_timer_rest()
78 static struct rtadvd_timer *prefix_timeout(void *);1198 static struct rtadvd_timer *
243 struct rtadvd_timer *rtimer; in cm_getprop_ifi_ra_timer()
1844 struct rtadvd_timer *
474 struct rtadvd_timer *rat; in action_show()607 rat = (struct rtadvd_timer *)cp.cp_val; in action_show()