Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/
DInterface.cs18 byte protocol, in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/CDC/
DInterface.cs19 byte protocol, in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBInterface.cs21 byte protocol = 0, in USBInterface()
DUSBConfiguration.cs77 byte protocol = 0, in WithInterface()
DUSBDeviceCore.cs23 byte protocol = 0, in USBDeviceCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DInterface.cs20 byte protocol = (byte)HID.Protocol.None, in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs203 public static int Socket(int domain, int type, int protocol) in Socket()
248 private static extern int socket(int domain, int type, int protocol); in socket()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DSMSC9500.cs805 private byte protocol; field in Antmicro.Renode.Peripherals.USBDeprecated.SMSC9500.IPpacket.PseudoHeader