Home | History | Annotate | Download | only in netperf

Lines Matching refs:bytes_sent

231   double	bytes_sent = 0.0;
294 bytes_sent = 0.0;
636 close... We calculate bytes_sent regardless of the way the
642 bytes_sent = ntohd(sdp_stream_result->bytes_received);
645 bytes_sent = (double)local_bytes_sent;
648 thruput = calc_thruput(bytes_sent);
659 local_service_demand = calc_service_demand(bytes_sent,
672 remote_service_demand = calc_service_demand(bytes_sent,
840 bytes_sent,
841 bytes_sent / (double)nummessages,
843 bytes_sent / (double)sdp_stream_result->recv_calls,
929 double bytes_sent = 0.0;
992 bytes_sent = 0.0;
1344 close... We calculate bytes_sent regardless of the way the
1350 bytes_sent = ntohd(sdp_maerts_result->bytes_sent);
1353 bytes_sent = (double)local_bytes_recvd;
1357 thruput = calc_thruput(bytes_sent);
1368 local_service_demand = calc_service_demand(bytes_sent,
1381 remote_service_demand = calc_service_demand(bytes_sent,
1549 bytes_sent,
1550 bytes_sent / (double)nummessages,
1552 bytes_sent / (double)sdp_maerts_result->send_calls,
1924 double bytes_sent = 0.0 ;
2153 bytes_sent = 0.0;
2187 bytes_sent += len;
2219 bytes_sent);
2226 sdp_maerts_results->bytes_sent = htond(bytes_sent);
2238 " bytes_sent %g send_calls %d\n",
2239 bytes_sent,
3009 int bytes_sent;
3289 if((bytes_sent=send(s_data,
3293 if (SOCKET_EINTR(bytes_sent)) {