Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/net/
H A Droute.c326 static struct ifaddr *ifa_ifwithroute_common_locked(int,
1632 return ifa_ifwithroute_common_locked((flags & ~RTF_IFSCOPE), dst, in ifa_ifwithroute_locked()
1646 return ifa_ifwithroute_common_locked(flags, dst, gateway, ifscope); in ifa_ifwithroute_scoped_locked()
1650 ifa_ifwithroute_common_locked(int flags, const struct sockaddr *dst, in ifa_ifwithroute_common_locked() function