Home
last modified time | relevance | path

Searched refs:ifa_ifwithnet_common (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif.c182 static struct ifaddr *ifa_ifwithnet_common(const struct sockaddr *,
1117 return ifa_ifwithnet_common(addr, IFSCOPE_NONE); in ifa_ifwithnet()
1123 return ifa_ifwithnet_common(addr, ifscope); in ifa_ifwithnet_scoped()
1131 ifa_ifwithnet_common(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithnet_common() function