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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.h165 struct radix_node *(*rnh_lookup) /* locate based on sockaddr */ member in struct:radix_node_head
H A Dradix.c1139 rnh->rnh_lookup = rn_lookup;
H A Droute.c2607 return (af == AF_INET ? rnh->rnh_lookup(&sin_def, NULL, rnh) :
2608 rnh->rnh_lookup(&sin6_def, NULL, rnh));
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2510 * XXX should this be rnh_lookup() instead?
2645 rn = (*rnh->rnh_lookup)(&nxna.nxna_addr,

Completed in 84 milliseconds