Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/
DSocketsManager.cs43 …table.AddRows(sockets, x => x.Owner.ToString(), x => x.Type.ToString(), x => x.EndPoint, x => x.Is… in List()
47 …Family addressFamily, SocketType socketType, ProtocolType protocolType, EndPoint endpoint, string … in AcquireSocket()
73 …Family addressFamily, SocketType socketType, ProtocolType protocolType, EndPoint endpoint, string … in SocketInstance()
122 public string EndPoint => endpoint; field in Antmicro.Renode.Sockets.SocketsManager.SocketInstance