Home | History | Annotate | Download | only in net

Lines Matching refs:addRoute

102             source.addRoute(new RouteInfo(GATEWAY1));
103 source.addRoute(new RouteInfo(GATEWAY2));
114 target.addRoute(new RouteInfo(GATEWAY1));
115 target.addRoute(new RouteInfo(GATEWAY2));
127 target.addRoute(new RouteInfo(GATEWAY1));
128 target.addRoute(new RouteInfo(GATEWAY2));
140 target.addRoute(new RouteInfo(GATEWAY1));
141 target.addRoute(new RouteInfo(GATEWAY2));
152 target.addRoute(new RouteInfo(GATEWAY1));
153 target.addRoute(new RouteInfo(GATEWAY2));
164 target.addRoute(new RouteInfo(NetworkUtils.numericToInetAddress("75.208.8.2")));
165 target.addRoute(new RouteInfo(GATEWAY2));
175 target.addRoute(new RouteInfo(GATEWAY1));
176 target.addRoute(new RouteInfo(GATEWAY2));
199 source.addRoute(new RouteInfo(GATEWAY1));
200 source.addRoute(new RouteInfo(GATEWAY2));
210 target.addRoute(new RouteInfo(GATEWAY2));
211 target.addRoute(new RouteInfo(GATEWAY1));
256 assertTrue(lp.addRoute(r));
261 assertFalse(lp.addRoute(r));
267 lp.addRoute(r);
277 lp.addRoute(r);
284 lp.addRoute(r);
290 lp.addRoute(r);
472 lp4.addRoute(new RouteInfo(GATEWAY1));
483 lp6.addRoute(new RouteInfo(GATEWAY61));
499 lp46.addRoute(new RouteInfo(GATEWAY1));
503 lp46.addRoute(new RouteInfo(GATEWAY61));
512 mixed.addRoute(new RouteInfo(GATEWAY61));
522 v4lp.addRoute(new RouteInfo(GATEWAY1));
543 v6lp.addRoute(new RouteInfo(GATEWAY61));
551 v46lp.addRoute(new RouteInfo(GATEWAY1));
565 v6lp2.addRoute(new RouteInfo(GATEWAY62));
582 assertTrue(v4lp.addRoute(new RouteInfo(
594 assertTrue(v4lp.addRoute(new RouteInfo(GATEWAY1)));
610 assertTrue(v6lp.addRoute(new RouteInfo(
627 assertTrue(v6lp.addRoute(new RouteInfo(
643 assertTrue(v6lp.addRoute(new RouteInfo(GATEWAY62)));