Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/rtadvd/
H A Dtimer.h33 extern TAILQ_HEAD(rtadvd_timer_head_t, rtadvd_timer) ra_timer;
34 struct rtadvd_timer { struct
35 TAILQ_ENTRY(rtadvd_timer) rat_next;
39 struct rtadvd_timer *(*rat_expire)(void *); argument
47 struct rtadvd_timer *rtadvd_add_timer(struct rtadvd_timer *(*)(void *), argument
50 struct rtadvd_timer *);
51 void rtadvd_remove_timer(struct rtadvd_timer *);
H A Dtimer.c105 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()
H A Drtadvd.h114 struct rtadvd_timer *pfx_timer;
271 struct rtadvd_timer *ifi_ra_timer;
288 struct rtadvd_timer *ra_timeout(void *);
H A Dtimer_subr.h58 struct timespec *rtadvd_timer_rest(struct rtadvd_timer *);
H A Dtimer_subr.c44 rtadvd_timer_rest(struct rtadvd_timer *rat) in rtadvd_timer_rest()
H A Dconfig.c78 static struct rtadvd_timer *prefix_timeout(void *);
1198 static struct rtadvd_timer *
H A Dcontrol_server.c243 struct rtadvd_timer *rtimer; in cm_getprop_ifi_ra_timer()
H A Drtadvd.c1844 struct rtadvd_timer *
/dflybsd-src/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()