Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif.c191 static struct ifaddr *ifa_ifwithnet_common(const struct sockaddr *,
1273 return ifa_ifwithnet_common(addr, IFSCOPE_NONE); in ifa_ifwithnet()
1279 return ifa_ifwithnet_common(addr, ifscope); in ifa_ifwithnet_scoped()
1287 ifa_ifwithnet_common(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithnet_common() function