Searched refs:encapSocket (Results 1 – 2 of 2) sorted by relevance
474 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket(); in checkTransform() argument491 transformBuilder.setIpv4Encapsulation(encapSocket, encapSocket.getPort()); in checkTransform()626 try (IpSecManager.UdpEncapsulationSocket encapSocket = mISM.openUdpEncapsulationSocket()) { in testIkeOverUdpEncapSocket() argument628 new NativeUdpSocket(encapSocket.getFileDescriptor()); in testIkeOverUdpEncapSocket()641 .setIpv4Encapsulation(encapSocket, encapSocket.getPort()) in testIkeOverUdpEncapSocket()1108 IpSecManager.UdpEncapsulationSocket encapSocket = null; in testOpenUdpEncapSocketSpecificPort() local1113 encapSocket = mISM.openUdpEncapsulationSocket(port); in testOpenUdpEncapSocketSpecificPort()1122 if (encapSocket != null) { in testOpenUdpEncapSocketSpecificPort()1123 encapSocket.close(); in testOpenUdpEncapSocketSpecificPort()1128 if (encapSocket == null) { in testOpenUdpEncapSocketSpecificPort()[all …]
427 IpSecManager.UdpEncapsulationSocket encapSocket, in buildIpSecTransform() argument440 if (encapSocket != null) { in buildIpSecTransform()441 builder.setIpv4Encapsulation(encapSocket, encapSocket.getPort()); in buildIpSecTransform()