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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c257 struct ospf6_spftree *spf_tree)
262 if (spf_tree->root == c)
269 if (p == spf_tree->root)
274 else if (ospf6_spf_is_router_to_root (p, spf_tree))
335 struct ospf6_spftree *spf_tree)
347 if (ospf6_spf_is_router_to_root (W, spf_tree))
363 if (spf_tree->root && V == spf_tree->root)
568 if (ospf6_spf_nexthop_calculation (W, ifindex, V, o6a->spf_tree) < 0)
629 for (node = listhead (o6a->spf_tree
254 ospf6_spf_is_router_to_root(struct ospf6_vertex *c, struct ospf6_spftree *spf_tree) argument
330 ospf6_spf_nexthop_calculation(struct ospf6_vertex *W, u_int32_t ifindex, struct ospf6_vertex *V, struct ospf6_spftree *spf_tree) argument
1123 struct ospf6_spftree *spf_tree; local
1139 ospf6_spftree_delete(struct ospf6_spftree *spf_tree) argument
1219 ospf6_spf_statistics_show(struct vty *vty, struct ospf6_spftree *spf_tree) argument
[all...]
H A Dospf6_spf.h97 ospf6_spf_statistics_show (struct vty *vty, struct ospf6_spftree *spf_tree);
98 void ospf6_spftree_delete (struct ospf6_spftree *spf_tree);
H A Dospf6_area.h54 struct ospf6_spftree *spf_tree; member in struct:ospf6_area
H A Dospf6_area.c175 o6a->spf_tree = ospf6_spftree_create ();
241 ospf6_spftree_delete (o6a->spf_tree);
274 ospf6_spf_statistics_show (vty, o6a->spf_tree);

Completed in 101 milliseconds