Home
last modified time | relevance | path

Searched defs:host (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DEmulatedNetworkService.cs17 …NetworkService(this Emulation emulation, string name, string typeName, string host, ushort port, s… in CreateEmulatedNetworkService()
DEchoService.cs17 public EchoService(string host, ushort port, string args) in EchoService()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEtherBoneBridge.cs21 public EtherBoneBridge(int port, string host = "127.0.0.1") in EtherBoneBridge()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs623 …ponse Qiopen(int contextId, int connectionId, ServiceType serviceType, string host, ushort remoteP… in Qiopen()