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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_lsa.h313 int ospf_lsa_refresh_walker (struct thread *);
H A Dospfd.c225 new->t_lsa_refresher = thread_add_timer (master, ospf_lsa_refresh_walker,
1231 thread_add_timer (master, ospf_lsa_refresh_walker, ospf, interval);
1250 thread_add_timer (master, ospf_lsa_refresh_walker, ospf,
H A Dospf_lsa.c3257 ospf_lsa_refresh_walker (struct thread *t)
3266 zlog_info ("LSA[Refresh]:ospf_lsa_refresh_walker(): start");
3277 zlog_info ("LSA[Refresh]: ospf_lsa_refresh_walker(): next index %d",
3284 zlog_info ("LSA[Refresh]: ospf_lsa_refresh_walker(): refresh index %d", i);
3299 zlog_info ("LSA[Refresh]: ospf_lsa_refresh_walker(): refresh lsa %p", lsa);
3311 top->t_lsa_refresher = thread_add_timer (master, ospf_lsa_refresh_walker,
3321 zlog_info ("LSA[Refresh]: ospf_lsa_refresh_walker(): end");
3241 ospf_lsa_refresh_walker (struct thread *t) function

Completed in 93 milliseconds