Searched refs:DIRECTION_FWD (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 23 import static android.net.IpSecManager.DIRECTION_FWD; 740 for (int direction : new int[] {DIRECTION_IN, DIRECTION_OUT, DIRECTION_FWD}) { in createAndValidateTunnel() 795 for (int direction : new int[] {DIRECTION_OUT, DIRECTION_IN, DIRECTION_FWD}) { in testDeleteTunnelInterface() 941 verifyApplyTunnelModeTransformCommon(true /* closeSpiBeforeApply */, DIRECTION_FWD); in testApplyTunnelModeTransformForward() 949 verifyApplyTunnelModeTransformCommon(true /* closeSpiBeforeApply */, DIRECTION_FWD); in testApplyTunnelModeTransformForwardNonNetworkStack() 983 verifyApplyAndMigrateTunnelModeTransformCommon(false, DIRECTION_FWD); in testApplyAndMigrateTunnelModeTransformForward() 989 verifyApplyAndMigrateTunnelModeTransformCommon(true, DIRECTION_FWD); in testApplyAndMigrateTunnelModeTransformForwardReleasedSpi()
|
/packages/modules/Connectivity/service-t/src/com/android/server/ |
D | IpSecService.java | 930 IpSecManager.DIRECTION_FWD, in freeUnderlyingResources() 1155 case IpSecManager.DIRECTION_FWD: in checkDirection() 1442 IpSecManager.DIRECTION_FWD, in createTunnelInterface()
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecManager.java | 118 public static final int DIRECTION_FWD = 2; field in IpSecManager
|
/packages/modules/Connectivity/framework-t/api/ |
D | module-lib-current.txt | 67 field public static final int DIRECTION_FWD = 2; // 0x2
|