Home
last modified time | relevance | path

Searched refs:IPV4_LOOPBACK (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DIpSecManagerTest.java242 InetAddress localAddr = InetAddress.getByName(IPV4_LOOPBACK); in testCreateTransform()
625 InetAddress local = InetAddress.getByName(IPV4_LOOPBACK); in testIkeOverUdpEncapSocket()
684 checkTransform(IPPROTO_UDP, IPV4_LOOPBACK, crypt, auth, null, false, 1000, false); in testInterfaceCountersUdp4()
696 checkTransform(IPPROTO_UDP, IPV4_LOOPBACK, crypt, auth, null, true, 1000, false); in testInterfaceCountersUdp4UdpEncap()
702 checkTransform(IPPROTO_TCP, IPV4_LOOPBACK, crypt, auth, null, false, 1, false); in testAesCbcHmacMd5Tcp4()
703 checkTransform(IPPROTO_TCP, IPV4_LOOPBACK, crypt, auth, null, false, 1, true); in testAesCbcHmacMd5Tcp4()
716 checkTransform(IPPROTO_UDP, IPV4_LOOPBACK, crypt, auth, null, false, 1, false); in testAesCbcHmacMd5Udp4()
717 checkTransform(IPPROTO_UDP, IPV4_LOOPBACK, crypt, auth, null, false, 1, true); in testAesCbcHmacMd5Udp4()
730 checkTransform(IPPROTO_TCP, IPV4_LOOPBACK, crypt, auth, null, false, 1, false); in testAesCbcHmacSha1Tcp4()
731 checkTransform(IPPROTO_TCP, IPV4_LOOPBACK, crypt, auth, null, false, 1, true); in testAesCbcHmacSha1Tcp4()
[all …]
DIpSecBaseTest.java48 protected static final String IPV4_LOOPBACK = "127.0.0.1"; field in IpSecBaseTest
50 protected static final String[] LOOPBACK_ADDRS = new String[] {IPV4_LOOPBACK, IPV6_LOOPBACK};
430 String localAddr = (remoteAddr instanceof Inet4Address) ? IPV4_LOOPBACK : IPV6_LOOPBACK; in buildIpSecTransform()