Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/
DSocketsManager.cs47 …public Socket AcquireSocket(IEmulationElement owner, AddressFamily addressFamily, SocketType socke… in AcquireSocket()
54 public bool TryDropSocket(Socket socket) in TryDropSocket()
81 socket = new Socket(addressFamily, socketType, protocolType); in SocketInstance()
130 public Socket socket;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSocketServerProvider.cs278 private Socket server;
279 private Socket socket;
DLibCWrapper.cs203 public static int Socket(int domain, int type, int protocol) in Socket() method in Antmicro.Renode.Utilities.LibCWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/
DTAPTools.cs52 int sock = LibCWrapper.Socket(2, 2, 0); //AF_INET, SOCK_DGRAM in Up_TUNTAP()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs42 canSocket = LibCWrapper.Socket(ProtocolFamilyCan, SocketTypeRaw, ProtocolFamilyCanRaw); in SocketCANBridge()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DHPSHostController.cs483 private int GetLength(Socket connection) in GetLength()
491 private void PollForSocketData(Socket connection, byte[] data, bool send = false) in PollForSocketData()
513 private bool SocketConnected(Socket s) in SocketConnected()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DVirtIOFSDevice.cs150 private Socket fsSocket;