Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/tapsetiff/
Dtapsetiff.py27 tap_name = sys.argv[2] variable
29 ifr = struct.pack('16sH', tap_name, IFF_TAP | IFF_NO_PI | IFF_VNET_HDR)
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp47 const std::string& tap_name) { in AddTapFdParameter() argument
48 auto tap_fd = cuttlefish::OpenTapInterface(tap_name); in AddTapFdParameter()
52 LOG(ERROR) << "Unable to connect to " << tap_name << ": " in AddTapFdParameter()