Searched refs:table_topology (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_area.h57 struct ospf6_route_table *table_topology; member in struct:ospf6_area
H A Dospf6_area.c184 o6a->table_topology = ospf6_route_table_create (namebuf);
185 o6a->table_topology->hook_add = ospf6_intra_topology_add;
186 o6a->table_topology->hook_change = ospf6_intra_topology_add;
187 o6a->table_topology->hook_remove = ospf6_intra_topology_remove;
242 ospf6_route_table_delete (o6a->table_topology);
H A Dospf6_spf.c626 ospf6_route_remove_all (o6a->table_topology);
824 ospf6_route_add (&request, o6a->table_topology);
877 ospf6_route_table_freeze (o6a->table_topology);
878 ospf6_route_remove_all (o6a->table_topology);
992 ospf6_route_table_thaw (o6a->table_topology);
1401 return ospf6_route_table_show (vty, argc, argv, o6a->table_topology);
H A Dospf6_intra.c115 area->table_topology);
167 area->table_topology);
H A Dospf6_abr.c54 area->table_topology);

Completed in 89 milliseconds