Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/
DSocketsManager.cs47 …onnectingTimeout = 0, int receiveTimeout = 0, int sendTimeout = 0, bool asClient = false, bool noD… in AcquireSocket() argument
49 …y, socketType, protocolType, endpoint, nameAppendix: nameAppendix, asClient: asClient, noDelay: no… in AcquireSocket()
73 … endpoint, string nameAppendix = "", int? listeningBacklog = null, bool asClient = false, bool noD… in SocketInstance() argument
89 if(asClient) in SocketInstance()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DVirtIOFSDevice.cs62 …ssFamily.Unix, SocketType.Stream, ProtocolType.IP, new UnixEndPoint(fsSocketPath), asClient: true); in Create()