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

/darwin-on-arm/xnu/bsd/netinet/
H A Din.h801 #define sintosa(sin) ((struct sockaddr *)(void *)(sin)) macro
H A Din_pcb.c813 ia = ifatoia(ifa_ifwithdstaddr(sintosa(sin)));
815 ia = ifatoia(ifa_ifwithnet_scoped(sintosa(sin),
H A Dip_output.c591 if ((ia = ifatoia(ifa_ifwithdstaddr(sintosa(dst)))) == 0) {
592 if ((ia = ifatoia(ifa_ifwithnet(sintosa(dst)))) == 0) {
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c7766 error = ifnet_output(ifp, PF_INET, m0, ro->ro_rt, sintosa(dst));
7803 sintosa(dst));

Completed in 42 milliseconds