Searched refs:udpEncapSocket (Results 1 – 1 of 1) sorted by relevance
76 UdpEncapsulationSocket udpEncapSocket) { in createTransportModeTransform() argument82 if (udpEncapSocket != null) { in createTransportModeTransform()83 builder = builder.setIpv4Encapsulation(udpEncapSocket, udpEncapSocket.getPort()); in createTransportModeTransform()112 UdpEncapsulationSocket udpEncapSocket = null; in openUdpEncapSocket() local310 UdpEncapsulationSocket udpEncapSocket = sUdpEncapHashMap.get(udpEncapSockId); in ipSecCreateTransportModeTransform() local319 spi, inetAddr, udpEncapSocket); in ipSecCreateTransportModeTransform()350 UdpEncapsulationSocket udpEncapSocket = null; in ipSecOpenUdpEncapsulationSocket() local352 udpEncapSocket = openUdpEncapSocket(); in ipSecOpenUdpEncapsulationSocket()354 udpEncapSocket = openUdpEncapSocket(port.intValue()); in ipSecOpenUdpEncapsulationSocket()356 if (udpEncapSocket == null) return null; in ipSecOpenUdpEncapsulationSocket()[all …]