Home
last modified time | relevance | path

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

/packages/modules/Connectivity/framework/src/android/net/
DIRoutingCoordinator.aidl94 void removeInterfaceForward(in String fromIface, in String toIface); in removeInterfaceForward() method
DRoutingCoordinatorManager.java151 public void removeInterfaceForward(final String fromIface, final String toIface) { in removeInterfaceForward() method in RoutingCoordinatorManager
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DRoutingCoordinatorService.java193 public void removeInterfaceForward(final String fromIface, final String toIface) in removeInterfaceForward() method in RoutingCoordinatorService
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java864 private void removeInterfaceForward(@NonNull final String fromIface, in removeInterfaceForward() method in IpServer