Searched refs:t_update (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/babeld/
H A Dbabeld.h125 struct thread *t_update; /* timers */ member in struct:babel
H A Dbabeld.c148 babel_routing_process->t_update =
206 babel_main_loop(thread);/* this function self-add to the t_update thread */
306 if (babel_routing_process->t_update != NULL) {
307 thread_cancel(babel_routing_process->t_update);
480 /* set the t_update thread of the babel routing process to be launch in
486 if (babel_routing_process->t_update != NULL) {
487 thread_cancel(babel_routing_process->t_update);
489 babel_routing_process->t_update =
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/babeld/
H A Dbabeld.h125 struct thread *t_update; /* timers */ member in struct:babel
H A Dbabeld.c148 babel_routing_process->t_update =
206 babel_main_loop(thread);/* this function self-add to the t_update thread */
306 if (babel_routing_process->t_update != NULL) {
307 thread_cancel(babel_routing_process->t_update);
480 /* set the t_update thread of the babel routing process to be launch in
486 if (babel_routing_process->t_update != NULL) {
487 thread_cancel(babel_routing_process->t_update);
489 babel_routing_process->t_update =
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/babeld/
H A Dbabeld.h125 struct thread *t_update; /* timers */ member in struct:babel
H A Dbabeld.c148 babel_routing_process->t_update =
206 babel_main_loop(thread);/* this function self-add to the t_update thread */
306 if (babel_routing_process->t_update != NULL) {
307 thread_cancel(babel_routing_process->t_update);
480 /* set the t_update thread of the babel routing process to be launch in
486 if (babel_routing_process->t_update != NULL) {
487 thread_cancel(babel_routing_process->t_update);
489 babel_routing_process->t_update =
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ripd/
H A Dripd.h123 struct thread *t_update; member in struct:rip
H A Dripd.c2628 rip->t_update = NULL;
2878 if (rip->t_update)
2880 thread_cancel (rip->t_update);
2881 rip->t_update = NULL;
2884 rip->t_update =
3667 thread_timer_remain_second(rip->t_update),
3972 RIP_TIMER_OFF (rip->t_update);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ripngd/
H A Dripngd.h123 struct thread *t_update; member in struct:ripng
H A Dripngd.c1425 ripng->t_update = NULL;
1890 if (ripng->t_update)
1892 thread_cancel (ripng->t_update);
1893 ripng->t_update = NULL;
1898 ripng->t_update =
2102 thread_timer_remain_second (ripng->t_update),
2781 RIPNG_TIMER_OFF (ripng->t_update);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ripd/
H A Dripd.h123 struct thread *t_update; member in struct:rip
H A Dripd.c2628 rip->t_update = NULL;
2878 if (rip->t_update)
2880 thread_cancel (rip->t_update);
2881 rip->t_update = NULL;
2884 rip->t_update =
3667 thread_timer_remain_second(rip->t_update),
3972 RIP_TIMER_OFF (rip->t_update);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ripngd/
H A Dripngd.h123 struct thread *t_update; member in struct:ripng
H A Dripngd.c1425 ripng->t_update = NULL;
1890 if (ripng->t_update)
1892 thread_cancel (ripng->t_update);
1893 ripng->t_update = NULL;
1898 ripng->t_update =
2102 thread_timer_remain_second (ripng->t_update),
2781 RIPNG_TIMER_OFF (ripng->t_update);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ripd/
H A Dripd.h123 struct thread *t_update; member in struct:rip
H A Dripd.c2628 rip->t_update = NULL;
2878 if (rip->t_update)
2880 thread_cancel (rip->t_update);
2881 rip->t_update = NULL;
2884 rip->t_update =
3667 thread_timer_remain_second(rip->t_update),
3972 RIP_TIMER_OFF (rip->t_update);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ripngd/
H A Dripngd.h123 struct thread *t_update; member in struct:ripng
H A Dripngd.c1425 ripng->t_update = NULL;
1890 if (ripng->t_update)
1892 thread_cancel (ripng->t_update);
1893 ripng->t_update = NULL;
1898 ripng->t_update =
2102 thread_timer_remain_second (ripng->t_update),
2781 RIPNG_TIMER_OFF (ripng->t_update);

Completed in 149 milliseconds