Home | History | Annotate | Download | only in net

Lines Matching defs:addRoute

95             source.addRoute(new RouteInfo(GATEWAY1));
96 source.addRoute(new RouteInfo(GATEWAY2));
107 target.addRoute(new RouteInfo(GATEWAY1));
108 target.addRoute(new RouteInfo(GATEWAY2));
120 target.addRoute(new RouteInfo(GATEWAY1));
121 target.addRoute(new RouteInfo(GATEWAY2));
133 target.addRoute(new RouteInfo(GATEWAY1));
134 target.addRoute(new RouteInfo(GATEWAY2));
145 target.addRoute(new RouteInfo(GATEWAY1));
146 target.addRoute(new RouteInfo(GATEWAY2));
157 target.addRoute(new RouteInfo(NetworkUtils.numericToInetAddress("75.208.8.2")));
158 target.addRoute(new RouteInfo(GATEWAY2));
168 target.addRoute(new RouteInfo(GATEWAY1));
169 target.addRoute(new RouteInfo(GATEWAY2));
192 source.addRoute(new RouteInfo(GATEWAY1));
193 source.addRoute(new RouteInfo(GATEWAY2));
203 target.addRoute(new RouteInfo(GATEWAY2));
204 target.addRoute(new RouteInfo(GATEWAY1));
249 assertTrue(lp.addRoute(r));
254 assertFalse(lp.addRoute(r));
260 lp.addRoute(r);
270 lp.addRoute(r);
277 lp.addRoute(r);
283 lp.addRoute(r);