Searched refs:IPV4_ADDRESS_REMOTE (Results 1 – 3 of 3) sorted by relevance
154 .setServerHostname(IPV4_ADDRESS_REMOTE.getHostAddress()) in createIkeParamsBuilderMinimum()172 assertEquals(IPV4_ADDRESS_REMOTE.getHostAddress(), sessionParams.getServerHostname()); in verifyIkeParamsMinimum()323 .setServerHostname(IPV4_ADDRESS_REMOTE.getHostAddress()) in createIkeParamsBuilderMinimumWithoutAuth()337 assertEquals(IPV4_ADDRESS_REMOTE.getHostAddress(), sessionParams.getServerHostname()); in verifyIkeParamsMinimumWithoutAuth()
185 .addInternalAddressRequest(IPV4_ADDRESS_REMOTE) in testBuildChildSessionParamsWithConfigReq()208 expectedV4Addresses.add(IPV4_ADDRESS_REMOTE); in testBuildChildSessionParamsWithConfigReq()
62 static final Inet4Address IPV4_ADDRESS_REMOTE = field in IkeTestBase