Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs113 … if(LibCWrapper.SetSocketOption(canSocket, SocketOptionLevelCanRaw, option, ref optionValue) != -1) in TryEnableSocketOption()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs212 … public static int SetSocketOption(int socket, int level, int optionName, ref int optionValue) in SetSocketOption() method in Antmicro.Renode.Utilities.LibCWrapper