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_builder.cpp103 auto tap_fd = OpenTapInterface(tap_name); in AddTap() local
114 auto tap_fd = OpenTapInterface(tap_name); in AddTap() local
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp136 auto tap_fd = SharedFD::Open(TUNTAP_DEV, O_RDWR | O_NONBLOCK); in OpenTapInterface() local
342 bool ReleaseDhcpLeases(const std::string& lease_path, SharedFD tap_fd, in ReleaseDhcpLeases()