Searched refs:localRoutes (Results 1 – 1 of 1) sorted by relevance
1366 final ArrayList<RouteInfo> localRoutes = new ArrayList<RouteInfo>(); in getLocalRoutesFor() local1368 localRoutes.add(new RouteInfo(ipp, null, ifname, RTN_UNICAST)); in getLocalRoutesFor()1370 return localRoutes; in getLocalRoutesFor()