Home | History | Annotate | Download | only in netperf

Lines Matching refs:send_size

62   send_size,		/* how big are individual sends		*/
260 /* we should pick a default send_size, it should not be larger than */
266 if (send_size == 0) {
267 send_size = 1024;
280 /* send_size is bigger than the socket size, so we must check... the */
284 send_width = (lsw_size/send_size) + 1;
289 send_size,
293 send_message.maxlen = send_size;
294 send_message.len = send_size;
490 bytes_remaining -= send_size;
506 send_message.len = (send_size - 1);
546 /* send_size, so we really didn't send what he asked for ;-) */
548 bytes_sent = ((double) send_size * (double) nummessages) + (double) len;
623 send_size, /* how large were the sends */
647 send_size, /* how large were the sends */
1436 /* send_size, so we really didn't send what he asked for ;-) We use */
1716 /* now, we want to see if we need to set the send_size */
1717 if (send_size == 0) {
1718 send_size = 1024;
1728 message = (char *)malloc(send_size * (send_width + 1) + local_send_align + local_send_offset);
1730 printf("malloc(%d) failed!\n", send_size * (send_width + 1) + local_send_align + local_send_offset);
1738 send_message.maxlen = send_size;
1739 send_message.len = send_size;
1762 dlpi_cl_stream_request->message_size = send_size;
1940 bytes_sent = send_size * messages_sent;
1944 bytes_recvd = send_size * messages_recvd;
2022 send_size, /* how large were the sends */
2050 send_size, /* how large were the sends */
2264 /* message of less than send_size bytes... */
2302 /* The loop now exits due timer or < send_size bytes received. */
2845 /* send_size, so we really didn't send what he asked for ;-) We use */
3762 send_size = atoi(optarg);