Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dnetwork.h32 std::set<std::string> TapInterfacesInUse();
Dnetwork.cpp138 std::set<std::string> TapInterfacesInUse() { in TapInterfacesInUse() function
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc452 auto used_tap_devices = cuttlefish::TapInterfacesInUse(); in main()