Searched refs:ifa_ifwithnet_scoped (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h963 extern struct ifaddr *ifa_ifwithnet_scoped(const struct sockaddr *,
H A Droute.c1261 if ((ifa = ifa_ifwithnet_scoped(gateway, ifscope)) == NULL) {
1481 ifa = ifa_ifwithnet_scoped(gw, ifscope);
H A Drtsock.c856 if (Ifpaddr && (ifa = ifa_ifwithnet_scoped(Ifpaddr, ifscope)) &&
H A Dif.c929 ifa_ifwithnet_scoped(const struct sockaddr *addr, unsigned int ifscope) function
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c815 ia = ifatoia(ifa_ifwithnet_scoped(sintosa(sin),

Completed in 87 milliseconds