Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dradix.h41 struct radix_node { struct
43 struct radix_node *rn_p; /* parent */ argument
54 struct radix_node *rn_Dupedkey; argument
64 struct radix_node *rn_twin; argument
65 struct radix_node *rn_ybro; argument
H A Dradix.c981 int (*f)(struct radix_node *, void *), in rn_walktree()
1010 int (*matcher)(struct radix_node *, void *), void *w) in rn_search_matched()
/netbsd-src/sbin/routed/
H A Dradix.h48 struct radix_node { struct
50 struct radix_node *rn_p; /* parent */ argument
61 struct radix_node *rn_Dupedkey; argument
71 struct radix_node *rn_twin; argument
72 struct radix_node *rn_ybro; argument
H A Dradix.c816 int (*f)(struct radix_node *, struct walkarg *), in rn_walktree()
/netbsd-src/external/bsd/ipf/dist/
H A Dipf.h17 # define radix_node ipf_radix_node macro