Searched refs:t_router_lsa_self (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_lsa.c795 area->t_router_lsa_self = NULL;
814 if (area->t_router_lsa_self)
818 OSPF_TIMER_OFF (area->t_router_lsa_self);
826 OSPF_AREA_TIMER_ON (area->t_router_lsa_self,
836 OSPF_AREA_TIMER_ON (area->t_router_lsa_self, ospf_router_lsa_timer, 0);
2040 OSPF_TIMER_OFF (area->t_router_lsa_self);
2041 OSPF_AREA_TIMER_ON (area->t_router_lsa_self,
2924 OSPF_TIMER_OFF (area->t_router_lsa_self);
H A Dospfd.h381 struct thread *t_router_lsa_self;/* Self-originated router-LSA timer. */ member in struct:ospf_area
H A Dospfd.c498 OSPF_TIMER_OFF (area->t_router_lsa_self);

Completed in 61 milliseconds