Lines Matching defs:bytes_sent

1316   double	bytes_sent = 0.0;
1379 bytes_sent = 0.0;
1718 close... We calculate bytes_sent regardless of the way the
1724 bytes_sent = ntohd(tcp_stream_result->bytes_received);
1727 bytes_sent = (double)local_bytes_sent;
1730 thruput = calc_thruput(bytes_sent);
1741 local_service_demand = calc_service_demand(bytes_sent,
1754 remote_service_demand = calc_service_demand(bytes_sent,
1922 bytes_sent,
1923 bytes_sent / (double)nummessages,
1925 bytes_sent / (double)tcp_stream_result->recv_calls,
2011 double bytes_sent = 0.0;
2074 bytes_sent = 0.0;
2423 close... We calculate bytes_sent regardless of the way the
2429 bytes_sent = ntohd(tcp_maerts_result->bytes_sent);
2432 bytes_sent = (double)local_bytes_recvd;
2436 thruput = calc_thruput(bytes_sent);
2447 local_service_demand = calc_service_demand(bytes_sent,
2460 remote_service_demand = calc_service_demand(bytes_sent,
2628 bytes_sent,
2629 bytes_sent / (double)nummessages,
2631 bytes_sent / (double)tcp_maerts_result->send_calls,
2732 double bytes_sent = 0.0;
2807 bytes_sent = 0.0;
3187 /* bytes_sent regardless of the way the test length was controlled. */
3192 bytes_sent = ntohd(tcp_stream_result->bytes_received);
3194 thruput = calc_thruput(bytes_sent);
3205 local_service_demand = calc_service_demand(bytes_sent,
3218 remote_service_demand = calc_service_demand(bytes_sent,
3376 bytes_sent,
3377 bytes_sent / (double)nummessages,
3379 bytes_sent / (double)tcp_stream_result->recv_calls,
3488 double bytes_sent = 0.0;
3579 bytes_sent = 0.0;
4009 /* bytes_sent regardless of the way the test length was controlled. */
4014 bytes_sent = ntohd(tcp_stream_result->bytes_received);
4016 thruput = calc_thruput(bytes_sent);
4028 local_service_demand = calc_service_demand(bytes_sent,
4041 remote_service_demand = calc_service_demand(bytes_sent,
4210 bytes_sent,
4211 bytes_sent / (double)nummessages,
4213 bytes_sent / (double)tcp_stream_result->recv_calls,
4589 double bytes_sent = 0.0 ;
4816 bytes_sent = 0.0;
4850 bytes_sent += len;
4882 bytes_sent);
4889 tcp_maerts_results->bytes_sent = htond(bytes_sent);
4901 " bytes_sent %g send_calls %d\n",
4902 bytes_sent,
5756 double bytes_sent;
6080 bytes_sent = (double) send_size * (double) messages_sent;
6081 local_thruput = calc_thruput(bytes_sent);
7032 /* We calculate bytes_sent regardless of the way the test length */
7571 int bytes_sent;
7849 if((bytes_sent=send(s_data,
7853 if (SOCKET_EINTR(bytes_sent)) {
8483 /* bytes_sent regardless of the way the test length was controlled. */
8674 int bytes_sent;
8971 if((bytes_sent=send(s_data,
9530 /* bytes_sent regardless of the way the test length was controlled. */
9716 int bytes_sent;
10058 if((bytes_sent=sendto(s_data,
10064 if (SOCKET_EINTR(bytes_sent)) {
10787 int bytes_sent;
11092 if((bytes_sent=send(s_data,
11096 if (SOCKET_EINTR(bytes_sent)) {
11576 /* bytes_sent regardless of the way the test length was controlled. */