Home
last modified time | relevance | path

Searched refs:cfunc_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/mrouted/
H A Dcallout.c23 cfunc_t func; /* function to call */
91 timer_setTimer(int delay, cfunc_t action, char *data) in timer_setTimer()
H A Ddefs.h38 typedef void (*cfunc_t)(void *); typedef
159 extern int timer_setTimer(int delay, cfunc_t action, char *data);
H A Dvif.c1414 return timer_setTimer(g->al_timer, (cfunc_t)DelVif, (void *)cbk); in SetTimer()
1455 return timer_setTimer(to_expire, (cfunc_t)SendQuery, (void *)cbk); in SetQueryTimer()