Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/rtadvd/
H A Dtimer.h35 extern TAILQ_HEAD(rtadvd_timer_head_t, rtadvd_timer) ra_timer;
36 struct rtadvd_timer { struct
37 TAILQ_ENTRY(rtadvd_timer) rat_next;
41 struct rtadvd_timer *(*rat_expire)(void *); argument
49 struct rtadvd_timer *rtadvd_add_timer(struct rtadvd_timer *(*)(void *), argument
52 struct rtadvd_timer *);
53 void rtadvd_remove_timer(struct rtadvd_timer *);
H A Dtimer.c107 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()
H A Drtadvd.h116 struct rtadvd_timer *pfx_timer;
273 struct rtadvd_timer *ifi_ra_timer;
290 struct rtadvd_timer *ra_timeout(void *);
H A Dtimer_subr.h60 struct timespec *rtadvd_timer_rest(struct rtadvd_timer *);
H A Dtimer_subr.c46 rtadvd_timer_rest(struct rtadvd_timer *rat) in rtadvd_timer_rest()
H A Dconfig.c79 static struct rtadvd_timer *prefix_timeout(void *);
1211 static struct rtadvd_timer *
H A Dcontrol_server.c245 struct rtadvd_timer *rtimer; in cm_getprop_ifi_ra_timer()
H A Drtadvd.c1839 struct rtadvd_timer *
/freebsd-12.1/usr.sbin/rtadvctl/
H A Drtadvctl.c476 struct rtadvd_timer *rat; in action_show()
623 rat = (struct rtadvd_timer *)cp.cp_val; in action_show()