| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Tools/Network/ |
| D | Switch.cs | 41 if(ifaces.Any(x => x.Interface == iface)) in AttachTo() 48 Interface = iface, in AttachTo() 67 var descriptor = ifaces.SingleOrDefault(x => x.Interface == iface); in DetachFrom() 88 var descriptor = ifaces.SingleOrDefault(x => x.Interface == iface); in EnablePromiscuousMode() 102 var descriptor = ifaces.SingleOrDefault(x => x.Interface == iface); in DisablePromiscuousMode() 149 … ? ifaces.Where(x => (x.PromiscuousMode && x.Interface != sender) || x.Interface == destIface) in ForwardToReceiver() 150 : ifaces.Where(x => x.Interface != sender); in ForwardToReceiver() 160 … this.Log(LogLevel.Noisy, "Forwarding frame to interface {0}", iface.Interface.MAC); in ForwardToReceiver() 164 iface.Interface.ReceiveFrame(frame.Clone()); in ForwardToReceiver() 168 … iface.Machine.HandleTimeDomainEvent(iface.Interface.ReceiveFrame, frame.Clone(), vts, () => in ForwardToReceiver() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | USBCommunicationClass.cs | 76 Interface = 0x24, enumerator 179 base.Type = (DescriptorType) CommunicationClassDescriptorType.Interface; in HeaderFunctionalDescriptor() 200 base.Type = (DescriptorType) CommunicationClassDescriptorType.Interface; in UnionFunctionalDescriptor() 224 base.Type = (DescriptorType) CommunicationClassDescriptorType.Interface; in CountrySelectionFunctionalDescriptor()
|
| D | DescriptorType.cs | 17 Interface = 4, enumerator
|
| D | USBPacket.cs | 15 Interface = 1, enumerator
|
| D | USBEthernetControlModelDevicesSubclass.cs | 145 base.Type = (DescriptorType) CommunicationClassDescriptorType.Interface; in EthernetNetworkingFuncionalDescriptor()
|
| D | USBDescriptor.cs | 220 Type = DescriptorType.Interface; in InterfaceUSBDescriptor()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/ |
| D | Interface.cs | 13 public class Interface : USBInterface class 15 public Interface(IUSBDevice device, in Interface() method in Antmicro.Renode.Core.USB.MSC.Interface
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/CDC/ |
| D | Interface.cs | 14 public class Interface : USBInterface class 16 public Interface(IUSBDevice device, in Interface() method in Antmicro.Renode.Core.USB.CDC.Interface
|
| D | FunctionalDescriptor.cs | 47 Interface = 0x24, enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/ |
| D | PacketRecipient.cs | 12 Interface, enumerator
|
| D | DescriptorType.cs | 16 Interface = 4, enumerator
|
| D | USBInterface.cs | 22 string description = null) : base(9, (byte)DescriptorType.Interface) in USBInterface()
|
| D | USBDeviceCore.cs | 120 case PacketRecipient.Interface: in HandleSetupPacket()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | ConvertibleAttribute.cs | 11 [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class | AttributeTargets.Struct)]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/UserInterface/ |
| D | IconAttribute.cs | 12 [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class)]
|
| D | ControllerMaskAttribute.cs | 12 [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Class)]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/ |
| D | Interface.cs | 15 public class Interface : USBInterface class 17 public Interface(IUSBDevice device, in Interface() method in Antmicro.Renode.Core.USB.HID.Interface
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBMouse.cs | 58 c.WithInterface(new Core.USB.HID.Interface(this, 0, in USBMouse()
|
| D | USBKeyboard.cs | 118 c.WithInterface(new Core.USB.HID.Interface(this, 0, in USBKeyboard()
|
| D | USBPendrive.cs | 59 .WithConfiguration(configure: c => c.WithInterface<Core.USB.MSC.Interface>( in USBPendrive()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/ |
| D | USBIPServer.cs | 387 while(recursiveBytes[currentOffset + 1] != (byte)DescriptorType.Interface) in ReadConfigurationDescriptor()
|