Lines Matching refs:bytes_sent
387 double bytes_sent = 0.0; in send_sctp_stream() local
452 bytes_sent = 0.0; in send_sctp_stream()
839 bytes_sent = ntohd(sctp_stream_result->bytes_received); in send_sctp_stream()
841 thruput = (double) calc_thruput(bytes_sent); in send_sctp_stream()
852 local_service_demand = calc_service_demand(bytes_sent, in send_sctp_stream()
865 remote_service_demand = calc_service_demand(bytes_sent, in send_sctp_stream()
1023 bytes_sent, in send_sctp_stream()
1024 bytes_sent / (double)nummessages, in send_sctp_stream()
1026 bytes_sent / (double)sctp_stream_result->recv_calls, in send_sctp_stream()
1518 double bytes_sent = 0.0; in send_sctp_stream_1toMany() local
1588 bytes_sent = 0.0; in send_sctp_stream_1toMany()
1997 bytes_sent = ntohd(sctp_stream_result->bytes_received); in send_sctp_stream_1toMany()
1999 thruput = (double) calc_thruput(bytes_sent); in send_sctp_stream_1toMany()
2010 local_service_demand = calc_service_demand(bytes_sent, in send_sctp_stream_1toMany()
2023 remote_service_demand = calc_service_demand(bytes_sent, in send_sctp_stream_1toMany()
2181 bytes_sent, in send_sctp_stream_1toMany()
2182 bytes_sent / (double)nummessages, in send_sctp_stream_1toMany()
2184 bytes_sent / (double)sctp_stream_result->recv_calls, in send_sctp_stream_1toMany()
3253 int bytes_sent; in recv_sctp_rr() local
3519 while ((bytes_sent=sctp_sendmsg(s_data, in recv_sctp_rr()
4304 int bytes_sent; in recv_sctp_rr_1toMany() local
4566 while ((bytes_sent=sctp_sendmsg(s_rcv, in recv_sctp_rr_1toMany()
4571 if (SOCKET_EINTR(bytes_sent)) { in recv_sctp_rr_1toMany()