Home
last modified time | relevance | path

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

/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1300 net_socket* connectionSocket; in server_thread() local
1304 (struct sockaddr *)&address, &size, &connectionSocket); in server_thread()
1314 while ((bytesRead = socket_recv(connectionSocket, buffer, in server_thread()
1320 close_protocol(connectionSocket->first_protocol); in server_thread()
1330 close_protocol(connectionSocket->first_protocol); in server_thread()