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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_bintree.c6 bintree_lookup_node_min (struct bintree_node *subroot) argument
10 if (subroot == NULL)
13 node = subroot;
20 bintree_lookup_node_max (struct bintree_node *subroot) argument
24 assert (subroot != NULL);
25 node = subroot;
407 bintree_print_sub (void (*print) (int, void *), struct bintree_node *subroot) argument
409 if (subroot == NULL)
412 if (subroot->bl_right)
415 bintree_print_sub (print, subroot
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex466 rooted at \verb|1:ABC| and attach to subroot set of rules parsing

Completed in 88 milliseconds