Home | History | Annotate | Download | only in src

Lines Matching defs:send_size

93   send_size,		/* how big are individual sends		*/
132 send_size = 0;
329 if (send_size == 0) {
331 send_size = lss_size;
334 send_size = 4096;
342 allocated - this can be a bit of a problem when the send_size is
347 send_width = (lss_size/send_size) + 1;
352 send_size,
500 send_size,
501 0)) != send_size) {
524 bytes_remaining -= send_size;
567 wasn't a multiple of the send_size, so we really didn't send what
570 bytes_sent = ((double) send_size * (double) nummessages) + len;
641 send_size, /* how large were the sends */
665 send_size, /* how large were the sends */
1376 wasn't a multiple of the send_size, so we really didn't send what
1623 /* now, we want to see if we need to set the send_size */
1624 if (send_size == 0) {
1626 send_size = (lss_size < UNIX_LENGTH_MAX ? lss_size : UNIX_LENGTH_MAX);
1629 send_size = 4096;
1642 send_size,
1667 dg_stream_request->message_size = send_size;
1750 send_size,
1751 0)) != send_size) {
1807 bytes_sent = send_size * messages_sent;
1811 bytes_recvd = send_size * messages_recvd;
1889 send_size, /* how large were the sends */
1917 send_size, /* how large were the sends */
2103 message of less than send_size bytes... */
2135 /* The loop now exits due timer or < send_size bytes received. */
2593 a multiple of the send_size, so we really didn't send what he
3438 send_size = convert(optarg);