Searched defs:routes (Results 1 – 8 of 8) sorted by relevance
85 const char *routes = env("SPLIT_INCLUDE_CIDR"); in main() local
60 public String routes; field in VpnConfig
240 public static RouteInfo selectBestRoute(Collection<RouteInfo> routes, InetAddress dest) { in selectBestRoute()
165 String routes = "Routes: ["; in toString() local
190 static int set_routes(const char *name, const char *routes) in set_routes()382 const char *routes = NULL; in setRoutes() local
344 private native int jniSetRoutes(String interfaze, String routes); in jniSetRoutes()
592 ArrayList<RouteInfo> routes = new ArrayList<RouteInfo>(); in getRoutes() local
1235 public void setRouting(int mode, int routes, int mask) { in setRouting()