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