Searched refs:rnh_lookup (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dradix.h165 struct radix_node *(*rnh_lookup) /* locate based on sockaddr */ member in struct:radix_node_head
H A Dradix.c1136 rnh->rnh_lookup = rn_lookup;
H A Droute.c2721 return (af == AF_INET ? rnh->rnh_lookup(&sin_def, NULL, rnh) :
2722 rnh->rnh_lookup(&sin6_def, NULL, rnh));
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2563 * XXX should this be rnh_lookup() instead?
2698 rn = (*rnh->rnh_lookup)(&nxna.nxna_addr,

Completed in 60 milliseconds