route.c | 290 static struct ifaddr *ifa_ifwithroute_psref(int, const struct sockaddr *, 983 ifa_ifwithroute_psref(int flags, const struct sockaddr *dst, function in typeref:struct:ifaddr * 1117 ifa = ifa_ifwithroute_psref(flags, dst, gateway, psref); 1119 ifa = ifa_ifwithroute_psref(flags, sa, sa, psref); 1416 ifa = ifa_ifwithroute_psref(rt->rt_flags, rt_getkey(rt),
|