Searched refs:nativeCreateTunInterface (Results 1 – 1 of 1) sorted by relevance
104 mParcelTunFd = ParcelFileDescriptor.adoptFd(nativeCreateTunInterface(mIfName, MTU)); in createTunInterface()130 private native int nativeCreateTunInterface(String interfaceName, int mtu) throws IOException; in nativeCreateTunInterface() method in TunInterfaceController