Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/tests/network-logging/
Dtelnet_library.py1 import socket
11 s = socket.socket()
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DSocketConnection.cs382 socket?.Close(timeout); in Dispose()
392 socket = listener.Accept(); in AcceptConnection()
405 socket?.Close(); in ResetConnections()
430 …(callback, state) => socket.BeginSend(serializedMessage, 0, size, SocketFlags.None, callback, stat… in TrySendMessage()
431 socket.EndSend, state: null); in TrySendMessage()
470 … (callback, state) => socket.BeginReceive(taskBuffer, 0, size, SocketFlags.None, callback, state), in TryReceive()
471 socket.EndReceive, state: null); in TryReceive()
482 public bool Connected => socket?.Connected ?? false;
537 private Socket socket; field in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection.SocketCommunicator
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/src/
Drenode_bridge.cpp274 perform_transaction(renode_bridge::renode_bus_initiator_socket &socket, in perform_transaction() argument
277 socket->b_transport(*payload, delay); in perform_transaction()
289 static void connect_with_retry(CTCPClient* socket, const char* address, const char* port) { in connect_with_retry() argument
294 while (!socket->Connect(address, port)) { in connect_with_retry()
321 target_socket.bind(bus_target_fw_handler.socket); in renode_bridge()
463 void renode_bridge::handle_read(renode_bus_initiator_socket &socket, renode_message &message, uint8… in handle_read() argument
466 uint64_t delay = perform_transaction(socket, payload.get()); in handle_read()
475 void renode_bridge::handle_write(renode_bus_initiator_socket &socket, renode_message &message, uint… in handle_write() argument
480 uint64_t delay = perform_transaction(socket, payload.get()); in handle_write()
564 socket.bind(*this); in initialize()
/Renode-v1.15.3-c57714d/tests/
Dhelper.py6 import socket
36 if addr.family == socket.AF_INET:
Drobot_tests_provider.py6 import socket
191 port_handle = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
/Renode-v1.15.3-c57714d/tools/packaging/
Dcommon_copy_files.sh32 rm -rf $DIR/plugins/SystemCModule/lib/socket-cpp
33 ln -s ../../IntegrationLibrary/libs/socket-cpp $DIR/plugins/SystemCModule/lib/socket-cpp
Dcommon_copy_licenses.sh17 socket-cpp
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/include/
Drenode_bridge.h105 renode_bus_target_socket socket; member
129 void handle_read(renode_bus_initiator_socket &socket, renode_message &message, uint8_t data[8]);
130 void handle_write(renode_bus_initiator_socket &socket, renode_message &message, uint8_t data[8]);
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/
DREADME.md7 the related socket API (BSD compatible). It wraps also OpenSSL to create secure client/server socke…
29 a socket or by providing a callable object that does nothing with the string message.
52 ASocket::Socket ConnectedClient; // socket of the connected client, we can have a vector of them fo…
53 …locking call, should return true if the accept is OK, ConnectedClient should also be a valid socket
104 A client socket can be polled to ensure that a receive operation won't block indefinitely if a time…
116 // client socket managed by a server
139 The client socket to provide to the Listen method of an CTCPSSLServer is of type ASecureSocket::SSL…
209 …ll need, later, to place in the same directory as the binary file that used the socket-cpp library.
213 In "Where is the source code", put the socket-cpp path (e.g. C:/Users/Amine/Documents/Work/PROJECTS…
215 …ou want to build the project (e.g. C:/Users/Amine/Documents/Work/PROJECTS/GitHub/socket-cpp/build).
[all …]
/Renode-v1.15.3-c57714d/src/Plugins/SystemCPlugin/SystemCModule/
DCMakeLists.txt9 file(GLOB_RECURSE SOURCES_SOCKET_CPP lib/socket-cpp/*.cpp)
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/libs/socket-cpp/Socket/
DTCPClient.cpp133 m_ConnectSocket = socket(m_pResultAddrInfo->ai_family, // AF_INET in Connect()
247 m_ConnectSocket = socket(pResPtr->ai_family, pResPtr->ai_socktype, pResPtr->ai_protocol); in Connect()
/Renode-v1.15.3-c57714d/tests/peripherals/
DVirtIO.robot90 …${FS_PROCESS}= Start Process ${FS_PATH} ${SHARED_DIR} --socket ${SOCK_PAT…
DUT32_CAN.robot14 …@https://dl.antmicro.com/projects/renode/nucleo_h743zi--zephyr-tests-net-socket-can-ut32_can.elf-s…
DMCAN.robot20 …@https://dl.antmicro.com/projects/renode/nucleo_h743zi--zephyr-tests-net-socket-can.elf-s_724872-8…
/Renode-v1.15.3-c57714d/tests/platforms/verilated/
DUARTLite.robot95 # Following tests use socket based communication
/Renode-v1.15.3-c57714d/tools/external_control_client/lib/
Drenode_api.c245 *socket_fd = socket(rp->ai_family, rp->ai_socktype, rp->ai_protocol); in obtain_socket()
/Renode-v1.15.3-c57714d/
DCHANGELOG.rst43 * Socket Manager mechanism, organizing socket management in a single entity
1201 * option to flush terminal history when connecting via socket
1802 * Renode crashing after opening a socket on the same port twice
1854 * Monitor socket not opening in certain situations