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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/net/
H A Dradix.h48 struct radix_node { struct
50 struct radix_node *rn_p; /* parent */
61 struct radix_node *rn_Dupedkey;
65 struct radix_node *rn_L;/* progeny */
66 struct radix_node *rn_R;/* progeny */
71 struct radix_node *rn_twin;
72 struct radix_node *rn_ybro;
94 struct radix_node *rmu_leaf; /* for normal routes */
111 typedef int walktree_f_t __P((struct radix_node *, void *));
114 struct radix_node *rnh_treeto
[all...]
H A Droute.h103 struct radix_node rt_nodes[2]; /* tree glue, and other values */

Completed in 47 milliseconds