Searched refs:rtadvd_timer (Results 1 – 9 of 9) sorted by relevance
35 extern TAILQ_HEAD(rtadvd_timer_head_t, rtadvd_timer) ra_timer;36 struct rtadvd_timer { struct37 TAILQ_ENTRY(rtadvd_timer) rat_next;41 struct rtadvd_timer *(*rat_expire)(void *); argument49 struct rtadvd_timer *rtadvd_add_timer(struct rtadvd_timer *(*)(void *), argument52 struct rtadvd_timer *);53 void rtadvd_remove_timer(struct rtadvd_timer *);
107 struct rtadvd_timer *108 rtadvd_add_timer(struct rtadvd_timer *(*timeout)(void *), in rtadvd_add_timer()112 struct rtadvd_timer *rat; in rtadvd_add_timer()141 rtadvd_remove_timer(struct rtadvd_timer *rat) in rtadvd_remove_timer()161 struct rtadvd_timer *rat; in rtadvd_check_timer()188 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *rat) in rtadvd_set_timer()
116 struct rtadvd_timer *pfx_timer;273 struct rtadvd_timer *ifi_ra_timer;290 struct rtadvd_timer *ra_timeout(void *);
60 struct timespec *rtadvd_timer_rest(struct rtadvd_timer *);
46 rtadvd_timer_rest(struct rtadvd_timer *rat) in rtadvd_timer_rest()
79 static struct rtadvd_timer *prefix_timeout(void *);1211 static struct rtadvd_timer *
245 struct rtadvd_timer *rtimer; in cm_getprop_ifi_ra_timer()
1839 struct rtadvd_timer *
476 struct rtadvd_timer *rat; in action_show()623 rat = (struct rtadvd_timer *)cp.cp_val; in action_show()