Home
last modified time | relevance | path

Searched refs:rtadvd_timer (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/rtadvd/
H A Dtimer.h34 extern TAILQ_HEAD(rtadvd_timer_head_t, rtadvd_timer) ra_timer;
35 struct rtadvd_timer { struct
36 TAILQ_ENTRY(rtadvd_timer) rat_next;
40 struct rtadvd_timer *(*rat_expire)(void *); argument
48 struct rtadvd_timer *rtadvd_add_timer(struct rtadvd_timer *(*)(void *), argument
51 struct rtadvd_timer *);
52 void rtadvd_remove_timer(struct rtadvd_timer *);
H A Dtimer.c104 struct rtadvd_timer *
105 rtadvd_add_timer(struct rtadvd_timer *(*timeout)(void *), in rtadvd_add_timer()
109 struct rtadvd_timer *rat; in rtadvd_add_timer()
138 rtadvd_remove_timer(struct rtadvd_timer *rat) in rtadvd_remove_timer()
158 struct rtadvd_timer *rat; in rtadvd_check_timer()
185 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *rat) in rtadvd_set_timer()
H A Drtadvd.h117 struct rtadvd_timer *pfx_timer;
286 struct rtadvd_timer *ifi_ra_timer;
303 struct rtadvd_timer *ra_timeout(void *);
H A Dtimer_subr.h59 struct timespec *rtadvd_timer_rest(struct rtadvd_timer *);
H A Dtimer_subr.c45 rtadvd_timer_rest(struct rtadvd_timer *rat) in rtadvd_timer_rest()
H A Dconfig.c78 static struct rtadvd_timer *prefix_timeout(void *);
1269 static struct rtadvd_timer * in init_prefix()
H A Dcontrol_server.c243 struct rtadvd_timer *rtimer; in cm_getprop_ifi_ra_timer()
H A Drtadvd.c1843 struct rtadvd_timer *
/freebsd/usr.sbin/rtadvctl/
H A Drtadvctl.c474 struct rtadvd_timer *rat; in action_show()
607 rat = (struct rtadvd_timer *)cp.cp_val; in action_show()