Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/
DSocketsManager.cs54 public bool TryDropSocket(Socket socket) in TryDropSocket()
130 public Socket socket; field in Antmicro.Renode.Sockets.SocketsManager.SocketInstance
/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()
248 private static extern int socket(int domain, int type, int protocol); in socket() method in Antmicro.Renode.Utilities.LibCWrapper
251 …private static extern int setsockopt(int socket, int level, int optionName, ref int optionValue, i… in setsockopt()
DSocketServerProvider.cs279 private Socket socket; field in Antmicro.Renode.Utilities.SocketServerProvider