Home
last modified time | relevance | path

Searched defs:tap_fd (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp48 auto tap_fd = cuttlefish::OpenTapInterface(tap_name); in AddTapFdParameter() local
58 bool ReleaseDhcpLeases(const std::string& lease_path, cuttlefish::SharedFD tap_fd) { in ReleaseDhcpLeases()
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp93 auto tap_fd = SharedFD::Open(TUNTAP_DEV, O_RDWR | O_NONBLOCK); in OpenTapInterface() local