Lines Matching full:bytes_sent
392 double bytes_sent = 0.0;
457 bytes_sent = 0.0;
839 /* bytes_sent regardless of the way the test length was controlled. */
844 bytes_sent = ntohd(sctp_stream_result->bytes_received);
846 thruput = (double) calc_thruput(bytes_sent);
857 local_service_demand = calc_service_demand(bytes_sent,
870 remote_service_demand = calc_service_demand(bytes_sent,
1028 bytes_sent,
1029 bytes_sent / (double)nummessages,
1031 bytes_sent / (double)sctp_stream_result->recv_calls,
1525 double bytes_sent = 0.0;
1595 bytes_sent = 0.0;
1999 /* bytes_sent regardless of the way the test length was controlled. */
2004 bytes_sent = ntohd(sctp_stream_result->bytes_received);
2006 thruput = (double) calc_thruput(bytes_sent);
2017 local_service_demand = calc_service_demand(bytes_sent,
2030 remote_service_demand = calc_service_demand(bytes_sent,
2188 bytes_sent,
2189 bytes_sent / (double)nummessages,
2191 bytes_sent / (double)sctp_stream_result->recv_calls,
3263 int bytes_sent;
3529 while ((bytes_sent=sctp_sendmsg(s_data,
4316 int bytes_sent;
4578 while ((bytes_sent=sctp_sendmsg(s_rcv,
4583 if (SOCKET_EINTR(bytes_sent)) {