Searched refs:rnh_addaddr (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dradix.h149 struct radix_node *(*rnh_addaddr) /* add based on sockaddr */ member in struct:radix_node_head
H A Dradix.c1132 rnh->rnh_addaddr = rn_addroute;
H A Droute.c2021 * This moved from below so that rnh->rnh_addaddr() can
2027 /* XXX mtu manipulation will be done in rnh_addaddr -- itojun */
2029 rn = rnh->rnh_addaddr((caddr_t)ndst, (caddr_t)netmask,
2056 rn = rnh->rnh_addaddr((caddr_t)ndst,
/xnu-2422.115.4/bsd/netinet/
H A Din_rmx.c683 rnh->rnh_addaddr = in_addroute;
/xnu-2422.115.4/bsd/netinet6/
H A Din6_rmx.c774 rnh->rnh_addaddr = in6_addroute;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2555 rn = (*rnh->rnh_addaddr)((caddr_t)saddr, (caddr_t)smask, rnh, no->no_rnodes);
2558 * One of the reasons that rnh_addaddr may fail is that

Completed in 50 milliseconds