Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecManager.java389 public static final class UdpEncapsulationSocket implements AutoCloseable { class in IpSecManager
394 private UdpEncapsulationSocket(@NonNull IIpSecService service, int port) in UdpEncapsulationSocket() method in IpSecManager.UdpEncapsulationSocket
402 private UdpEncapsulationSocket(IIpSecService service) throws ResourceUnavailableException { in UdpEncapsulationSocket() method in IpSecManager.UdpEncapsulationSocket
467 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port) in openUdpEncapsulationSocket()
470 return new UdpEncapsulationSocket(mService, port); in openUdpEncapsulationSocket()
491 public UdpEncapsulationSocket openUdpEncapsulationSocket() in openUdpEncapsulationSocket()
494 return new UdpEncapsulationSocket(mService); in openUdpEncapsulationSocket()
DIpSecTransform.java394 IpSecManager.UdpEncapsulationSocket localSocket, int remotePort) { in setIpv4Encapsulation()