Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dif.c182 static struct ifaddr *ifa_ifwithnet_common(const struct sockaddr *,
1114 return ifa_ifwithnet_common(addr, IFSCOPE_NONE); in ifa_ifwithnet()
1120 return ifa_ifwithnet_common(addr, ifscope); in ifa_ifwithnet_scoped()
1128 ifa_ifwithnet_common(const struct sockaddr *addr, unsigned int ifscope) in ifa_ifwithnet_common() function