Lines Matching refs:send_size
87 send_size, /* how big are individual sends */
679 if (send_size == 0) {
681 send_size = lss_size;
684 send_size = 4096;
693 /* send_size is bigger than the socket size, so we must check... the */
698 send_width = (lss_size/send_size) + 1;
708 send_size,
908 send_size,
921 send_size,
922 0)) != send_size) {
944 units_this_tick += send_size;
973 bytes_remaining -= send_size;
1036 /* send_size, so we really didn't send what he asked for ;-) */
1163 send_size, /* how large were the sends */
1191 send_size, /* how large were the sends */
2598 /* now, we want to see if we need to set the send_size */
2599 if (send_size == 0) {
2601 send_size = lss_size;
2604 send_size = 4096;
2617 send_size,
2639 xti_udp_stream_request->message_size = send_size;
2722 unitdata.udata.maxlen = send_size;
2723 unitdata.udata.len = send_size;
2779 send_size,
2816 units_this_tick += send_size;
2860 bytes_sent = (double) send_size * (double) messages_sent;
2864 bytes_recvd = (double) send_size * (double) messages_recvd;
3008 send_size, /* how large were the sends */
3040 send_size, /* how large were the sends */
3298 /* message of less than send_size bytes... */
3354 /* The loop now exits due timer or < send_size bytes received. */
5414 /* send_size, so we really didn't send what he asked for ;-) We use */
5994 send_size = convert(optarg);
6003 /* send_size buffers malloc'd in the */