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

/darwin-on-arm/xnu/bsd/net/
H A Dradix.h149 struct radix_node *(*rnh_addaddr) /* add based on sockaddr */ member in struct:radix_node_head
H A Dradix.c1135 rnh->rnh_addaddr = rn_addroute;
H A Droute.c1907 * This moved from below so that rnh->rnh_addaddr() can
1913 /* XXX mtu manipulation will be done in rnh_addaddr -- itojun */
1915 rn = rnh->rnh_addaddr((caddr_t)ndst, (caddr_t)netmask,
1942 rn = rnh->rnh_addaddr((caddr_t)ndst,
/darwin-on-arm/xnu/bsd/netinet/
H A Din_rmx.c510 rnh->rnh_addaddr = in_addroute;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_rmx.c649 rnh->rnh_addaddr = in6_addroute;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_subs.c2502 rn = (*rnh->rnh_addaddr)((caddr_t)saddr, (caddr_t)smask, rnh, no->no_rnodes);
2505 * One of the reasons that rnh_addaddr may fail is that

Completed in 89 milliseconds