Searched refs:myIpv4 (Results 1 – 1 of 1) sorted by relevance
6030 final LinkAddress myIpv4 = new LinkAddress("1.2.3.4/24"); in testStackedLinkProperties() local6054 .thenReturn(getClatInterfaceConfig(myIpv4)); in testStackedLinkProperties()6071 cellLp.addLinkAddress(myIpv4); in testStackedLinkProperties()6083 cellLp.removeLinkAddress(myIpv4); in testStackedLinkProperties()6084 cellLp.removeRoute(new RouteInfo(myIpv4, null, MOBILE_IFNAME)); in testStackedLinkProperties()6105 assertEquals(makeClatLinkProperties(myIpv4), stackedLps.get(0)); in testStackedLinkProperties()6115 assertEquals(makeClatLinkProperties(myIpv4), stackedLpsAfterChange.get(0)); in testStackedLinkProperties()6125 cellLp.addLinkAddress(myIpv4); in testStackedLinkProperties()6126 cellLp.addRoute(new RouteInfo(myIpv4, null, MOBILE_IFNAME)); in testStackedLinkProperties()6156 cellLp.removeLinkAddress(myIpv4); in testStackedLinkProperties()[all …]