Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DTapExtensions.cs19 … static IMACInterface CreateAndGetTap(this Emulation emulation, string hostInterfaceName, string n… in CreateAndGetTap()
38 …public static void CreateTap(this Emulation emulation, string hostInterfaceName, string name, bool… in CreateTap()