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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c41 struct bintree *_candidate_list; variable in typeref:struct:bintree
78 _candidate_list = bintree_create ();
79 _candidate_list->cmp = ospf6_spf_candidate_node_cmp;
89 for (bintree_head (_candidate_list, &node); ! bintree_end (&node);
103 bintree_print (ospf6_spf_candidate_node_print, _candidate_list);
114 node = bintree_lookup (&req, _candidate_list);
122 bintree_add (node, _candidate_list);
140 node = bintree_lookup_min (_candidate_list);
151 bintree_remove (node, _candidate_list);
168 for (bintree_head (_candidate_list,
[all...]

Completed in 90 milliseconds