Searched refs:tun_open (Results 1 – 2 of 2) sorted by relevance
55 static int tun_open(const char *tun_name) in tun_open() function231 fdt = tun_open(cfg_ifname); in main()
1085 static int tun_open(char *name) in tun_open() 1174 src_fd = tun_open("tun_src"); in test_tc_redirect_peer_l3() 1175 if (!ASSERT_GE(src_fd, 0, "tun_open tun_src")) in test_tc_redirect_peer_l3() 1184 target_fd = tun_open("tun_fwd"); in test_tc_redirect_peer_l3() 1185 if (!ASSERT_GE(target_fd, 0, "tun_open tun_fwd")) in test_tc_redirect_peer_l3() 1084 static int tun_open(char *name) tun_open() function