Home
last modified time | relevance | path

Searched refs:InterfaceName (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DLinuxTapInterface.cs122 public string InterfaceName { get; private set; } property in Antmicro.Renode.HostInterfaces.Network.LinuxTapInterface
209 InterfaceName = Marshal.PtrToStringAnsi(devName); in Init()
211 "Opened interface {0}.", InterfaceName); in Init()
218 …nterface = NetworkInterface.GetAllNetworkInterfaces().FirstOrDefault(x => x.Name == InterfaceName); in Init()
DWindowsTapInterface.cs37 InterfaceName = name ?? ""; in WindowsTapInterface()
106 public string InterfaceName { get; } property in Antmicro.Renode.HostInterfaces.Network.WindowsTapInterface
166 var deviceGuid = GetDeviceGuid(InterfaceName); in Init()
180 deviceGuid = GetDeviceGuid(InterfaceName); in Init()
DITapInterface.cs15 string InterfaceName { get; } property
DOsXTapInterface.cs125 public string InterfaceName property in Antmicro.Renode.HostInterfaces.Network.OsXTapInterface