Home | History | Annotate | Download | only in net

Lines Matching refs:addRoute

97             source.addRoute(new RouteInfo(GATEWAY1));
98 source.addRoute(new RouteInfo(GATEWAY2));
109 target.addRoute(new RouteInfo(GATEWAY1));
110 target.addRoute(new RouteInfo(GATEWAY2));
122 target.addRoute(new RouteInfo(GATEWAY1));
123 target.addRoute(new RouteInfo(GATEWAY2));
135 target.addRoute(new RouteInfo(GATEWAY1));
136 target.addRoute(new RouteInfo(GATEWAY2));
147 target.addRoute(new RouteInfo(GATEWAY1));
148 target.addRoute(new RouteInfo(GATEWAY2));
159 target.addRoute(new RouteInfo(NetworkUtils.numericToInetAddress("75.208.8.2")));
160 target.addRoute(new RouteInfo(GATEWAY2));
170 target.addRoute(new RouteInfo(GATEWAY1));
171 target.addRoute(new RouteInfo(GATEWAY2));
194 source.addRoute(new RouteInfo(GATEWAY1));
195 source.addRoute(new RouteInfo(GATEWAY2));
205 target.addRoute(new RouteInfo(GATEWAY2));
206 target.addRoute(new RouteInfo(GATEWAY1));
251 assertTrue(lp.addRoute(r));
256 assertFalse(lp.addRoute(r));
262 lp.addRoute(r);
272 lp.addRoute(r);
279 lp.addRoute(r);
285 lp.addRoute(r);
467 lp4.addRoute(new RouteInfo(GATEWAY1));
476 lp6.addRoute(new RouteInfo(GATEWAY6));
489 lp46.addRoute(new RouteInfo(GATEWAY1));
491 lp6.addRoute(new RouteInfo(GATEWAY6));
498 mixed.addRoute(new RouteInfo(GATEWAY6));