Searched refs:ifa_ifwithnet_common (Results 1 – 1 of 1) sorted by relevance
191 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