Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs60 if(LibCWrapper.Ioctl(canSocket, SocketConfigurationControlFindIndex, ref request) == -1) in SocketCANBridge()
196 private const int SocketConfigurationControlFindIndex = 0x8933; field in Antmicro.Renode.Peripherals.CAN.SocketCANBridge