Searched refs:addInterfaceForward (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | RoutingCoordinatorServiceTest.kt | 43 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/ |
D | RoutingCoordinatorManager.java | 135 public void addInterfaceForward(final String fromIface, final String toIface) { in addInterfaceForward() method in RoutingCoordinatorManager 137 mService.addInterfaceForward(fromIface, toIface); in addInterfaceForward()
|
D | IRoutingCoordinator.aidl | 84 void addInterfaceForward(in String fromIface, in String toIface); in addInterfaceForward() method
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | RoutingCoordinatorService.java | 163 public void addInterfaceForward(final String fromIface, final String toIface) in addInterfaceForward() method in RoutingCoordinatorService
|
/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | IpServer.java | 854 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/ |
D | IpServerTest.java | 292 }).when(mRoutingCoordinatorManager.value).addInterfaceForward(any(), any()); in setUp()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 585 }).when(mRoutingCoordinatorManager.value).addInterfaceForward(any(), any()); in setUp()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 10861 mRoutingCoordinatorService.addInterfaceForward(fromIface,
|