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

/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1293 net_socket* connectionSocket; local
1297 (struct sockaddr *)&address, &size, &connectionSocket);
1307 while ((bytesRead = socket_recv(connectionSocket, buffer,
1313 close_protocol(connectionSocket->first_protocol);
1323 close_protocol(connectionSocket->first_protocol);

Completed in 106 milliseconds