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

  /src/sys/net/
route.c 289 static struct ifnet *rt_getifp(struct rt_addrinfo *, struct psref *);
1072 rt_getifp(struct rt_addrinfo *info, struct psref *psref) function in typeref:struct:ifnet *
1214 ifp = rt_getifp(info, &psref_ifp);
1451 ifp = rt_getifp(info, &psref_ifp);
route.c 289 static struct ifnet *rt_getifp(struct rt_addrinfo *, struct psref *);
1072 rt_getifp(struct rt_addrinfo *info, struct psref *psref) function in typeref:struct:ifnet *
1214 ifp = rt_getifp(info, &psref_ifp);
1451 ifp = rt_getifp(info, &psref_ifp);

Completed in 24 milliseconds