Searched refs:timer_setTimer (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.sbin/mrouted/ |
H A D | callout.c | 91 timer_setTimer(int delay, cfunc_t action, char *data) in timer_setTimer() function
|
H A D | defs.h | 159 extern int timer_setTimer(int delay, cfunc_t action, char *data);
|
H A D | main.c | 619 timer_setTimer(nxttime, resetlogging, narg); in resetlogging()
|
H A D | vif.c | 1414 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()
|