Home | History | Annotate | Download | only in netperf

Lines Matching full:recv

163   rsr_size_req = -1,	/* requested remote socket recv buffer size */
165 rsr_size, /* remote socket recv buffer size */
167 lsr_size_req = -1, /* requested local socket recv buffer size */
169 lsr_size, /* local socket recv buffer size */
194 loc_rcvavoid, /* avoid recv copies locally */
430 -M bytes Set the recv size (TCP_STREAM, UDP_STREAM)\n\
436 -s send[,recv] Set local socket send/recv buffer sizes\n\
437 -S send[,recv] Set remote socket send/recv buffer sizes\n\
1258 Recv Send Send \n\
1270 Recv Send Send Utilization Service Demand\n\
1271 Socket Socket Message Elapsed Send Recv Send Recv\n\
1284 Send Recv Send Recv Send (avg) Recv (avg)\n\
1672 /* hang a recv() off the socket to block until the remote has */
1675 /* any exit from the recv() call is good... raj 4/93 */
1677 recv(send_socket, send_ring->buffer_ptr, send_size, 0);
1955 Recv Send Send \n\
1967 Recv Send Send Utilization Service Demand\n\
1968 Socket Socket Message Elapsed Send Recv Send Recv\n\
1981 Recv Send Recv Send Recv (avg) Send (avg)\n\
1994 /* recv-size greater than our recv window. this will insure that we */
2008 /* with links like fddi, one can recv > 32 bits worth of bytes */
2090 /* or have tried to set them, so now, we may want to set the recv */
2093 /* size is not available, we will set the recv size to 4KB - no */
2106 /* of memory that is at least one recv-size greater than our socket */
2110 /* user may have wanted to explicitly set the "width" of our recv */
2118 /* only allocate the recv ring once. this is a networking test, */
2265 /* The tester wanted to recv a number of bytes. we don't do that
2289 /* the test will continue until we either get a zero-byte recv()
2296 /* timestamp just before we go into recv and then again just
2304 while ((!times_up) && (len=recv(recv_socket,
2311 /* timestamp the exit from the recv call and update the histogram */
2335 /* by the recv width, and use that to calculate the offset to add */
2347 /* make sure we timestamp just before we go into recv */
2357 perror("send_tcp_maerts: data recv error");
2362 /* if we get here, it must mean we had a recv return of 0 before
2427 really didn't recv what he asked for ;-) */
2638 fprintf(where,"\n\nHistogram of time spent in recv() call.\n");
2664 Recv Send Send \n\
2676 Recv Send Send Utilization Service Demand\n\
2677 Socket Socket Message Elapsed Send Recv Send Recv\n\
2690 Send Recv Send Recv Send (avg) Recv (avg)\n\
3143 /* hang a recv() off the socket to block until the remote has */
3146 /* any exit from the recv() call is good... raj 4/93 */
3148 recv(send_socket, send_ring->buffer_ptr, send_size, 0);
3434 Recv Send Send \n\
3446 Recv Send Send Utilization Service Demand\n\
3447 Socket Socket Message Elapsed Send Recv Send Recv\n\
3459 Send Recv Send Recv Send (avg) Recv (avg)\n\
3953 /* hang a recv() off the socket to block until the remote has */
3956 /* any exit from the recv() call is good... raj 4/93 */
3960 receive. however, since we "know" that the recv should be
3965 recv(send_socket,
4474 but we have switched from accessing the buffer before the recv()
4475 call to accessing the buffer after the recv() call. The
4482 while ((len = recv(s_data, recv_ring->buffer_ptr, recv_size, 0)) != 0) {
4493 /* we access the buffer after the recv() call now, rather than before */
4867 /* hang a recv() off the socket to block until the remote has
4870 any exit from the recv() call is good... raj 4/93 */
4872 recv(s_data, send_ring->buffer_ptr, send_size, 0);
4932 Send Recv Size Size Time Rate \n\
4938 Send Recv Size Size Time Throughput \n\
4952 Send Recv Size Size Time Rate local remote local remote\n\
4958 Send Recv Size Size Time %-8.8s local remote local remote\n\
4973 Send Recv Send Recv usec/Tran per sec Outbound Inbound\n\
5345 if((rsp_bytes_recvd=recv(send_socket,
5354 perror("send_tcp_rr: data recv error");
6474 /* The loop will exit when the timer pops, or if we happen to recv a */
6486 /* We "connect" up to the remote post to allow us to use the recv */
6526 len = recv(s_data,
6620 Send Recv Size Size Time Rate \n\
6634 Send Recv Size Size Time Rate local remote local remote\n\
6945 if((rsp_bytes_recvd=recv(send_socket,
6954 perror("send_udp_rr: data recv error");
7305 fprintf(where,"recv_udp_rr: requested recv alignment of %d offset %d\n",
7393 "recv port number %d\n",
7619 /* allocate the recv and send rings with the requested alignments */
7622 fprintf(where,"recv_tcp_rr: requested recv alignment of %d offset %d\n",
7808 if((request_bytes_recvd=recv(s_data,
7995 Send Recv Size Size Time Rate \n\
8009 Send Recv Size Size Time Rate local remote local remote\n\
8024 Send Recv Send Recv\n\
8357 rsp_bytes_recvd = recv(send_socket,
8380 perror("send_tcp_conn_rr: data recv error");
8393 rsp_bytes_recvd = recv(send_socket,
8444 perror("send_tcp_conn_rr: data recv error");
8733 "recv_tcp_conn_rr: requested recv alignment of %d offset %d\n",
8942 if((request_bytes_recvd=recv(s_data,
9001 /* the client. for this it will call shutdown(), and then recv() and */
9007 recv(s_data,
9076 Send Recv Size Size Time Rate \n\
9090 Send Recv Size Size Time Rate local remote local remote\n\
9105 Send Recv Send Recv\n\
9452 if((rsp_bytes_recvd=recv(send_socket,
9462 perror("send_tcp_tran_rr: data recv error");
9775 "recv_tcp_tran_rr: requested recv alignment of %d offset %d\n",
10028 if((request_bytes_recvd=recv(s_data,
10148 Send Recv Size Size Time Rate \n\
10162 Send Recv Size Size Time Rate local remote local remote\n\
10177 Send Recv Send Recv\n\
10475 if((rsp_bytes_recvd=recv(send_socket,
10492 perror("send_tcp_nbrr: data recv error");
10838 /* allocate the recv and send rings with the requested alignments */
10841 fprintf(where,"recv_tcp_nbrr: requested recv alignment of %d offset %d\n",
11049 if((request_bytes_recvd=recv(s_data,
11183 Send Recv Size Size Time Rate \n\
11197 Send Recv Size Size Time Rate local remote local remote\n\
11212 Send Recv Send Recv\n\
11280 /* recv rings */
11492 /* we hang in a recv() to get the remote's close indication */
11494 rsp_bytes_recvd=recv(send_socket,
11539 perror("send_tcp_cc: data recv error");
11819 "recv_tcp_cc: requested recv alignment of %d offset %d\n",
12025 /* the client. for this it will call shutdown(), and then recv() and */
12222 /* set the recv size */
12280 printf("Local recv copy avoidance not available.\n");