Searched refs:rn_lookup (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | radix_ipf.h | 184 # define rn_lookup ipf_rn_lookup macro 214 *rn_lookup __P((void *, void *, struct radix_node_head *)),
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | radix.c | 72 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) in rn_lookup() function 975 rnh->rnh_lookup = rn_lookup; in rn_inithead()
|
/titanic_50/usr/src/common/net/patricia/ |
H A D | radix.c | 79 *rn_lookup(void *, void *, struct radix_node_head *), 247 rn_lookup(v_arg, m_arg, head) in rn_lookup() function 1216 rnh->rnh_lookup = rn_lookup;
|