Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DIpSecManagerTest.java474 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket(); in checkTransform() argument
491 transformBuilder.setIpv4Encapsulation(encapSocket, encapSocket.getPort()); in checkTransform()
626 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket()) { in testIkeOverUdpEncapSocket() argument
628 new NativeUdpSocket(encapSocket.getFileDescriptor()); in testIkeOverUdpEncapSocket()
641 .setIpv4Encapsulation(encapSocket, encapSocket.getPort()) in testIkeOverUdpEncapSocket()
1108 IpSecManager.UdpEncapsulationSocket encapSocket = null; in testOpenUdpEncapSocketSpecificPort() local
1113 encapSocket = mISM.openUdpEncapsulationSocket(port); in testOpenUdpEncapSocketSpecificPort()
1122 if (encapSocket != null) { in testOpenUdpEncapSocketSpecificPort()
1123 encapSocket.close(); in testOpenUdpEncapSocketSpecificPort()
1128 if (encapSocket == null) { in testOpenUdpEncapSocketSpecificPort()
[all …]
DIpSecBaseTest.java427 IpSecManager.UdpEncapsulationSocket encapSocket, in buildIpSecTransform() argument
440 if (encapSocket != null) { in buildIpSecTransform()
441 builder.setIpv4Encapsulation(encapSocket, encapSocket.getPort()); in buildIpSecTransform()