Searched defs:radix_node (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h17 # define radix_node ipf_radix_node macro
H A Dradix_ipf.h53 # define radix_node ipf_radix_node macro
61 struct radix_node { struct
63 struct radix_node *rn_p; /* parent */
74 struct radix_node *rn_Dupedkey;
78 struct radix_node *rn_L;/* progeny */
79 struct radix_node *rn_R;/* progeny */
84 struct radix_node *rn_twin;
85 struct radix_node *rn_ybro;
107 struct radix_node *rmu_leaf; /* for normal routes */
125 struct radix_node *rnh_treeto
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_pool.h24 # define radix_node ipf_radix_node macro
36 struct radix_node ipn_nodes[2];
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h55 struct radix_node { struct
57 struct radix_node *rn_p; /* parent */
68 struct radix_node *rn_Dupedkey;
72 struct radix_node *rn_L; /* progeny */
73 struct radix_node *rn_R; /* progeny */
78 struct radix_node *rn_twin;
79 struct radix_node *rn_ybro;
101 struct radix_node *rmu_leaf; /* for normal routes */
119 struct radix_node *rnh_treetop;
122 struct radix_node *(*rnh_addadd
[all...]
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h60 struct radix_node { struct
62 struct radix_node *rn_parent; /* parent */
73 struct radix_node *rn_Dupedkey;
77 struct radix_node *rn_L; /* progeny */
78 struct radix_node *rn_R; /* progeny */
102 struct radix_node *rmu_leaf; /* for normal routes */
110 typedef int walktree_f_t(struct radix_node *, void *);
111 typedef boolean_t match_leaf_t(struct radix_node *, void *);
112 typedef void (*lockf_t)(struct radix_node *);
115 struct radix_node *rnh_treeto
[all...]

Completed in 60 milliseconds