Home | History | Annotate | Download | only in netperf

Lines Matching refs:bytes_sent

401   double	bytes_sent = 0.0;
468 bytes_sent = 0.0;
851 /* bytes_sent regardless of the way the test length was controlled. */
856 bytes_sent = ntohd(sctp_stream_result->bytes_received);
858 thruput = (double) calc_thruput(bytes_sent);
869 local_service_demand = calc_service_demand(bytes_sent,
882 remote_service_demand = calc_service_demand(bytes_sent,
1040 bytes_sent,
1041 bytes_sent / (double)nummessages,
1043 bytes_sent / (double)sctp_stream_result->recv_calls,
1538 double bytes_sent = 0.0;
1611 bytes_sent = 0.0;
2016 /* bytes_sent regardless of the way the test length was controlled. */
2021 bytes_sent = ntohd(sctp_stream_result->bytes_received);
2023 thruput = (double) calc_thruput(bytes_sent);
2034 local_service_demand = calc_service_demand(bytes_sent,
2047 remote_service_demand = calc_service_demand(bytes_sent,
2205 bytes_sent,
2206 bytes_sent / (double)nummessages,
2208 bytes_sent / (double)sctp_stream_result->recv_calls,
3283 int bytes_sent;
3549 while ((bytes_sent=sctp_sendmsg(s_data,
4340 int bytes_sent;
4602 while ((bytes_sent=sctp_sendmsg(s_rcv,
4607 if (SOCKET_EINTR(bytes_sent)) {