Home
last modified time | relevance | path

Searched refs:rnh_lookup (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.h134 struct radix_node *(*rnh_lookup) /* locate based on sockaddr */ member
H A Dradix.c975 rnh->rnh_lookup = rn_lookup; in rn_inithead()
H A Dtable.c2284 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock, &mask_sock, rhead); in rtget()
/titanic_41/usr/src/uts/common/net/
H A Dradix.h134 struct radix_node *(*rnh_lookup) /* locate based on sockaddr */ member
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dradix_ipf.h144 struct radix_node *(*rnh_lookup) /* locate based on sockaddr */ member
H A Dip_pool.c358 n = ipo->ipo_head->rnh_lookup(addr, mask, ipo->ipo_head);
943 rnh->rnh_lookup = NULL;
/titanic_41/usr/src/common/net/patricia/
H A Dradix.c1216 rnh->rnh_lookup = rn_lookup;
1273 rnh->rnh_lookup = NULL;
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_ftable.c451 rn = ipst->ips_ip_ftable->rnh_lookup(&rdst, &rmask, in ire_get_bucket()