Home
last modified time | relevance | path

Searched defs:tunnelIface (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionDisconnectedStateTest.java49 final IpSecTunnelInterface tunnelIface = in setUp() local
/aosp12/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java1599 protected void updateNetworkAgent( in updateNetworkAgent()
1616 protected VcnNetworkAgent buildNetworkAgent( in buildNetworkAgent()
1698 @NonNull IpSecTunnelInterface tunnelIface, in applyTransform()
1728 @NonNull IpSecTunnelInterface tunnelIface, in setupInterface()
1885 @NonNull IpSecTunnelInterface tunnelIface, in setupInterfaceAndNetworkAgent()
2066 @NonNull IpSecTunnelInterface tunnelIface, in buildConnectedLinkProperties()
2278 void setTunnelInterface(IpSecTunnelInterface tunnelIface) { in setTunnelInterface()
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
H A DIpSecManagerTunnelTest.java265 Network ipsecNetwork, IpSecTunnelInterface tunnelIface, TunUtils underlyingTunUtils) in run()