11 int initOlsrTxTimer(void);
12 void destroyOlsrTxTimer(void);
13 int restartOlsrTxTimer(unsigned long long interval, timer_cb_func cb_func);
15 int initUplinkTxTimer(void);
16 void destroyUplinkTxTimer(void);
17 int restartUplinkTxTimer(unsigned long long interval, timer_cb_func cb_func);
19 int initGatewayTimer(void);
20 void destroyGatewayTimer(void);
21 int restartGatewayTimer(unsigned long long interval, timer_cb_func cb_func);
23 #endif /* _PUD_TIMERS_H_ */