Home | History | Annotate | Download | only in netperf

Lines Matching refs:send_size

318     if (send_size == 0) {
320 send_size = lss_size;
323 send_size = 4096;
332 /* send_size is bigger than the socket size, so we must check... the */
336 send_width = (lss_size/send_size) + 1;
346 send_size,
516 send_size,
533 send_size,
534 0)) != send_size) {
544 local_bytes_sent += send_size;
555 DEMO_STREAM_INTERVAL(send_size)
570 bytes_remaining -= send_size;
595 recv(send_socket, send_ring->buffer_ptr, send_size, 0);
639 of bytes that wasn't a multiple of the send_size, so we
775 send_size, /* how large were the sends */
807 send_size, /* how large were the sends */
1073 sdp_maerts_request->send_size = send_size;
1121 send_size = sdp_maerts_response->send_size;
1484 send_size, /* how large were the recvs */
1516 send_size, /* how large were the recvs */
2028 if (sdp_maerts_request->send_size == 0) {
2030 send_size = lss_size;
2033 send_size = 4096;
2037 send_size = sdp_maerts_request->send_size;
2048 send_width = (lsr_size/send_size) + 1;
2053 send_size,
2114 sdp_maerts_response->send_size = send_size;
2168 send_size,
2176 send_size,
2177 0)) != send_size) {
2209 recv(s_data, send_ring->buffer_ptr, send_size, 0);
3495 send_size = convert(optarg);
3508 /* send_size buffers malloc'd in the */