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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripd/
H A Dripd.h107 struct thread *t_update; member in struct:rip
H A Dripd.c2524 rip->t_update = NULL;
2719 if (rip->t_update)
2721 thread_cancel (rip->t_update);
2722 rip->t_update = NULL;
2725 rip->t_update =
3422 rip_next_thread_timer (rip->t_update),
3699 RIP_TIMER_OFF (rip->t_update);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ripngd/
H A Dripngd.h121 struct thread *t_update; member in struct:ripng
H A Dripngd.c1119 ripng->t_update = NULL;
1634 if (ripng->t_update)
1636 thread_cancel (ripng->t_update);
1637 ripng->t_update = NULL;
1642 ripng->t_update =

Completed in 82 milliseconds