Searched refs:sTun (Results 1 – 1 of 1) sorted by relevance
582 static TunInterface sTun; member in ClatdTest590 Global_Clatd_Config.default_pdp_interface = const_cast<char *>(sTun.name().c_str()); in SetUp()594 static void SetUpTestCase() { ASSERT_EQ(0, sTun.init()); } in SetUpTestCase()597 static void TearDownTestCase() { sTun.destroy(); } in TearDownTestCase()600 TunInterface ClatdTest::sTun; member in ClatdTest1025 union anyip *ip = getinterface_ip(sTun.name().c_str(), AF_INET6); in TEST_F()1027 in6_addr expected = sTun.srcAddr(); in TEST_F()1047 ASSERT_EQ(1, configure_clat_ipv6_address(&tunnel, sTun.name().c_str(), nullptr /* v6_addr */)); in TEST_F()1051 in6_addr addr = sTun.srcAddr(); in TEST_F()1057 expectSocketBound(sTun.ifindex(), tunnel.read_fd6); in TEST_F()[all …]