HomeSort by: relevance | last modified time | path
    Searched refs:rtadvd_timer (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/rtadvd/
timer.h 33 extern TAILQ_HEAD(rtadvd_timer_head_t, rtadvd_timer) ra_timer;
34 struct rtadvd_timer { struct
35 TAILQ_ENTRY(rtadvd_timer) next;
40 struct rtadvd_timer *(*expire) (void *); /* expiration function */
47 struct rtadvd_timer *rtadvd_add_timer(struct rtadvd_timer *(*) (void *),
49 void rtadvd_set_timer(struct timespec *, struct rtadvd_timer *);
50 void rtadvd_remove_timer(struct rtadvd_timer **);
52 struct timespec * rtadvd_timer_rest(struct rtadvd_timer *);
timer.c 60 struct rtadvd_timer *
61 rtadvd_add_timer(struct rtadvd_timer *(*timeout) (void *),
65 struct rtadvd_timer *newtimer;
89 rtadvd_remove_timer(struct rtadvd_timer **timer)
100 rtadvd_set_timer(struct timespec *tm, struct rtadvd_timer *timer)
126 struct rtadvd_timer *tm, *tmn;
156 rtadvd_timer_rest(struct rtadvd_timer *timer)
rtadvd.h 78 struct rtadvd_timer *timer; /* expiration timer. used when a prefix
139 struct rtadvd_timer *timer; /* unsolicited RA timer */
140 struct rtadvd_timer *timer_sol; /* solicited RA timer */
192 struct rtadvd_timer *ra_timeout(void *);
193 struct rtadvd_timer *ra_timeout_sol(void *);
195 void ra_timer_set_short_delay(struct rainfo *, struct rtadvd_timer *);
rtadvd.c 993 ra_timer_set_short_delay(struct rainfo *rai, struct rtadvd_timer *timer)
1733 struct rtadvd_timer *
1748 struct rtadvd_timer *
config.c 79 static struct rtadvd_timer *prefix_timeout(void *);
930 static struct rtadvd_timer *

Completed in 14 milliseconds