HomeSort by: relevance | last modified time | path
    Searched defs:ifa_ifwithroute_psref (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
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),

Completed in 13 milliseconds