Searched defs:socket (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/ | ||
| D | SocketsManager.cs | 54 public bool TryDropSocket(Socket socket) in TryDropSocket() |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ | ||
| D | LibCWrapper.cs | 212 … public static int SetSocketOption(int socket, int level, int optionName, ref int optionValue) in SetSocketOption() |
| D | SocketServerProvider.cs | 279 private Socket socket; field in Antmicro.Renode.Utilities.SocketServerProvider |