Home
last modified time | relevance | path

Searched refs:addInterfaceForward (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DRoutingCoordinatorServiceTest.kt43 mService.addInterfaceForward("from1", "to1") in <lambda>()
48 mService.addInterfaceForward("from2", "to1") in <lambda>()
57 mService.addInterfaceForward("from2", "to1") in <lambda>()
/packages/modules/Connectivity/framework/src/android/net/
DRoutingCoordinatorManager.java135 public void addInterfaceForward(final String fromIface, final String toIface) { in addInterfaceForward() method in RoutingCoordinatorManager
137 mService.addInterfaceForward(fromIface, toIface); in addInterfaceForward()
DIRoutingCoordinator.aidl84 void addInterfaceForward(in String fromIface, in String toIface); in addInterfaceForward() method
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DRoutingCoordinatorService.java163 public void addInterfaceForward(final String fromIface, final String toIface) in addInterfaceForward() method in RoutingCoordinatorService
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java854 private void addInterfaceForward(@NonNull final String fromIface, in addInterfaceForward() method in IpServer
857 mRoutingCoordinator.value.addInterfaceForward(fromIface, toIface); in addInterfaceForward()
1466 addInterfaceForward(mIfaceName, ifname); in processMessage()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java292 }).when(mRoutingCoordinatorManager.value).addInterfaceForward(any(), any()); in setUp()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java585 }).when(mRoutingCoordinatorManager.value).addInterfaceForward(any(), any()); in setUp()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java10861 mRoutingCoordinatorService.addInterfaceForward(fromIface,