Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/service/jni/
H A Dcom_android_server_TestNetworkService.cpp55 base::unique_fd tun(open("/dev/tun", O_RDWR | O_NONBLOCK)); in createTunTapInterface() local
87 int tun = createTunTapInterface(env, isTun, iface.c_str()); in create() local
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp61 int tun = open("/dev/tun", O_RDWR | O_NONBLOCK | O_CLOEXEC); in create_interface() local
94 static int get_interface_name(char *name, int tun) in get_interface_name()
265 int tun = create_interface(mtu); in create() local
273 static jstring getName(JNIEnv *env, jobject /* thiz */, jint tun) in getName()
/aosp12/frameworks/av/media/codec2/tests/
H A DC2Param_test.cpp1150 const C2NumberTuning tun(100); in TEST_F() local
1756 std::unique_ptr<const C2NumbersTuning> tun = std::move(tun_); in TEST_F() local
/aosp12/system/netd/tests/
H A Dbinder_test.cpp1019 TunInterface tun; in TEST_F() local
1107 const std::string& tun = sTun.name(); in TEST_F() local