Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dradix.h42 struct radix_node { struct
44 struct radix_node *rn_p; /* parent */ argument
55 struct radix_node *rn_Dupedkey; argument
83 struct radix_node *rmu_leaf; /* for normal routes */ argument
Dradix.c1054 rn_walktree(struct radix_node_head *h, int (*f)(struct radix_node *, void *, in rn_walktree()