Searched defs:isTun (Results 1 – 2 of 2) sorted by relevance
76 private static native int jniCreateTunTap(boolean isTun, @NonNull String iface); in jniCreateTunTap()96 private TestNetworkInterface createInterface(boolean isTun, LinkAddress[] linkAddrs) { in createInterface()
57 static int createTunTapInterface(JNIEnv* env, bool isTun, const char* iface) { in createTunTapInterface()83 static jint create(JNIEnv* env, jobject /* thiz */, jboolean isTun, jstring jIface) { in create()