Searched refs:V4V6 (Results 1 – 1 of 1) sorted by relevance
7034 enum class ConnectivityType { V4, V6, V4V6 }; enumerator7121 : ScopedNetwork(netId, ConnectivityType::V4V6, nullptr, nullptr, networkName) {} in ScopedPhysicalNetwork()7301 if (mConnectivityType == ConnectivityType::V4 || mConnectivityType == ConnectivityType::V4V6) { in init()7310 if (mConnectivityType == ConnectivityType::V6 || mConnectivityType == ConnectivityType::V4V6) { in init()7438 ConnectivityType::V4V6, in TEST_F()7465 if (type == ConnectivityType::V6 || type == ConnectivityType::V4V6) { in TEST_F()7469 if (type == ConnectivityType::V4 || type == ConnectivityType::V4V6) { in TEST_F()7482 auto network = std::make_unique<ScopedPhysicalNetwork>(getFreeNetId(), ConnectivityType::V4V6, in TEST_F()7520 ScopedPhysicalNetwork network1 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F()7521 ScopedPhysicalNetwork network2 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F()[all …]