Home
last modified time | relevance | path

Searched defs:openUdpEncapsulationSocket (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DIIpSecService.aidl41 IpSecUdpEncapResponse openUdpEncapsulationSocket(int port, in IBinder binder); in openUdpEncapsulationSocket() method
DIpSecManager.java710 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port) in openUdpEncapsulationSocket() method in IpSecManager
744 public UdpEncapsulationSocket openUdpEncapsulationSocket() in openUdpEncapsulationSocket() method in IpSecManager
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTunnelTest.java326 private UdpEncapsulationSocket openUdpEncapsulationSocket(int ipVersion) throws Exception { in openUdpEncapsulationSocket() method in IpSecManagerTunnelTest
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java1282 public synchronized IpSecUdpEncapResponse openUdpEncapsulationSocket(int port, IBinder binder) in openUdpEncapsulationSocket() method in IpSecService