Searched refs:new_rtrs (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_spf.c874 struct route_table *new_rtrs)
952 ospf_intra_add_router (new_rtrs, v, area);
990 struct route_table *new_table, *new_rtrs;
1003 new_rtrs = route_table_init ();
1009 ospf_spf_calculate (node->data, new_table, new_rtrs);
1013 ospf_ia_routing (new_table, new_rtrs);
1016 ospf_prune_unreachable_routers (new_rtrs);
1038 ospf_top->old_rtrs = ospf_top->new_rtrs;
1039 ospf_top->new_rtrs = new_rtrs;
871 ospf_spf_calculate(struct ospf_area *area, struct route_table *new_table, struct route_table *new_rtrs) argument
987 struct route_table *new_table, *new_rtrs; local
[all...]
H A Dospfd.h196 struct route_table *new_rtrs; /* New ABR/ASBR RT. */ member in struct:ospf
H A Dospf_abr.c1670 if (ospf_top->new_table == NULL || ospf_top->new_rtrs == NULL)
1693 ospf_abr_process_router_rt (ospf_top->new_rtrs);
H A Dospf_ase.c346 asbr_route = ospf_find_asbr_route (ospf_top->new_rtrs, &asbr);
H A Dospfd.c383 if (ospf->new_rtrs)
384 ospf_rtrs_free (ospf->new_rtrs);
H A Dospf_vty.c6497 show_ip_ospf_route_router (vty, ospf_top->new_rtrs);
6527 show_ip_ospf_route_router (vty, ospf_top->new_rtrs);

Completed in 69 milliseconds