Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DTunInterfaceController.java104 mParcelTunFd = ParcelFileDescriptor.adoptFd(nativeCreateTunInterface(mIfName, MTU)); in createTunInterface()
130 private native int nativeCreateTunInterface(String interfaceName, int mtu) throws IOException; in nativeCreateTunInterface() method in TunInterfaceController