Home
last modified time | relevance | path

Searched refs:v4Iface (Results 1 – 1 of 1) sorted by relevance

/external/android-clat/
Dclatd_test.cpp783 TunInterface v4Iface; in TEST_F() local
784 ASSERT_EQ(0, v4Iface.init()); in TEST_F()
786 strlcpy(tunnel.device4, v4Iface.name().c_str(), sizeof(tunnel.device4)); in TEST_F()
791 union anyip *ip = getinterface_ip(v4Iface.name().c_str(), AF_INET); in TEST_F()
796 v4Iface.destroy(); in TEST_F()
807 TunInterface v4Iface; in TEST_F() local
808 ASSERT_EQ(0, v4Iface.init()); in TEST_F()
810 strlcpy(tunnel.device4, v4Iface.name().c_str(), sizeof(tunnel.device4)); in TEST_F()
815 union anyip *ip = getinterface_ip(v4Iface.name().c_str(), AF_INET); in TEST_F()
821 v4Iface.destroy(); in TEST_F()