Searched refs:SetSocketOption (Results 1 – 2 of 2) sorted by relevance
113 … if(LibCWrapper.SetSocketOption(canSocket, SocketOptionLevelCanRaw, option, ref optionValue) != -1) in TryEnableSocketOption()
212 … public static int SetSocketOption(int socket, int level, int optionName, ref int optionValue) in SetSocketOption() method in Antmicro.Renode.Utilities.LibCWrapper