Home
last modified time | relevance | path

Searched defs:fromIface (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl190 void startInterfaceForwarding(String fromIface, String toIface); in startInterfaceForwarding()
196 void stopInterfaceForwarding(String fromIface, String toIface); in stopInterfaceForwarding()
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java1363 private void modifyInterfaceForward(boolean add, String fromIface, String toIface) { in modifyInterfaceForward()
1373 public void startInterfaceForwarding(String fromIface, String toIface) { in startInterfaceForwarding()
1379 public void stopInterfaceForwarding(String fromIface, String toIface) { in stopInterfaceForwarding()