Searched refs:parent_list (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.h52 list parent_list; member in struct:ospf6_vertex
H A Dospf6_spf.c265 for (node = listhead (c->parent_list); node; nextnode (node))
538 W->parent_list = list_new ();
565 listnode_add (W->parent_list, V);
579 list_delete (v->parent_list);
598 for (node = listhead (w->parent_list); node; nextnode (node))
600 if (listnode_lookup (x->parent_list, getdata (node)))
602 listnode_add (x->parent_list, getdata (node));
680 v->parent_list = list_new ();
776 for (node = listhead (vertex->parent_list); node; nextnode (node))
1196 if (! list_isempty (vertex->parent_list))
[all...]

Completed in 43 milliseconds