Searched refs:rn_lookup (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h184 # define rn_lookup ipf_rn_lookup macro
214 *rn_lookup __P((void *, void *, struct radix_node_head *)),
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c79 *rn_lookup(void *, void *, struct radix_node_head *),
247 rn_lookup(v_arg, m_arg, head) function
1216 rnh->rnh_lookup = rn_lookup;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c72 static struct radix_node *rn_lookup(void *, void *, struct radix_node_head *);
169 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) function
177 DBGMSG(("rn_lookup: failed to add mask"));
975 rnh->rnh_lookup = rn_lookup;

Completed in 65 milliseconds