Home | History | Annotate | Download | only in src

Lines Matching refs:recv

120     -s send[,recv]    Set local socket send/recv buffer sizes\n\
121 -S send[,recv] Set remote socket send/recv buffer sizes\n\
173 Recv Send Send \n\
185 Recv Send Send Utilization Service Demand\n\
186 Socket Socket Message Elapsed Send Recv Send Recv\n\
199 Send Recv Send Recv Send (avg) Recv (avg)\n\
590 /* hang a recv() off the socket to block until the remote has */
593 /* any exit from the recv() call is good... raj 4/93 */
595 recv(send_socket, send_ring->buffer_ptr, send_size, 0);
873 Recv Send Send \n\
885 Recv Send Send Utilization Service Demand\n\
886 Socket Socket Message Elapsed Send Recv Send Recv\n\
899 Recv Send Recv Send Recv (avg) Send (avg)\n\
912 /* recv-size greater than our recv window. this will insure that we */
926 /* with links like fddi, one can recv > 32 bits worth of bytes */
1011 /* or have tried to set them, so now, we may want to set the recv */
1014 /* size is not available, we will set the recv size to 4KB - no */
1027 /* of memory that is at least one recv-size greater than our socket */
1031 /* user may have wanted to explicitly set the "width" of our recv */
1039 /* only allocate the recv ring once. this is a networking test, */
1186 /* The tester wanted to recv a number of bytes. we don't do that
1210 /* the test will continue until we either get a zero-byte recv()
1217 /* timestamp just before we go into recv and then again just
1225 while ((!times_up) && (len=recv(recv_socket,
1232 /* timestamp the exit from the recv call and update the histogram */
1256 /* by the recv width, and use that to calculate the offset to add */
1268 /* make sure we timestamp just before we go into recv */
1278 perror("send_sdp_maerts: data recv error");
1283 /* if we get here, it must mean we had a recv return of 0 before
1348 really didn't recv what he asked for ;-) */
1559 fprintf(where,"\n\nHistogram of time spent in recv() call.\n");
1809 but we have switched from accessing the buffer before the recv()
1810 call to accessing the buffer after the recv() call. The
1817 while ((len = recv(s_data, recv_ring->buffer_ptr, recv_size, 0)) != 0) {
1828 /* we access the buffer after the recv() call now, rather than before */
2204 /* hang a recv() off the socket to block until the remote has
2207 any exit from the recv() call is good... raj 4/93 */
2209 recv(s_data, send_ring->buffer_ptr, send_size, 0);
2269 Send Recv Size Size Time Rate \n\
2283 Send Recv Size Size Time Rate local remote local remote\n\
2298 Send Recv Send Recv\n\
2673 if((rsp_bytes_recvd=recv(send_socket,
2682 perror("send_sdp_rr: data recv error");
3057 /* allocate the recv and send rings with the requested alignments */
3060 fprintf(where,"recv_sdp_rr: requested recv alignment of %d offset %d\n",
3248 if((request_bytes_recvd=recv(s_data,
3529 printf("Local recv copy avoidance not available.\n");