Searched defs:tun (Results 1 – 3 of 3) sorted by relevance
58 base::unique_fd tun(open("/dev/tun", O_RDWR | O_NONBLOCK)); in createTunTapInterface() local90 int tun = createTunTapInterface(env, isTun, iface.c_str()); in create() local
60 int tun = open("/dev/tun", O_RDWR | O_NONBLOCK | O_CLOEXEC); in create_interface() local93 static int get_interface_name(char *name, int tun) in get_interface_name()264 int tun = create_interface(mtu); in create() local272 static jstring getName(JNIEnv *env, jobject /* thiz */, jint tun) in getName()
1142 const C2NumberTuning tun(100); in TEST_F() local1748 std::unique_ptr<const C2NumbersTuning> tun = std::move(tun_); in TEST_F() local