Searched refs:recv_calls (Results 1 - 12 of 12) sorted by relevance

/external/netperf/
H A Dnettest_dlpi.h55 int recv_calls; /* ignored initially */ member in struct:dlpi_co_stream_results_struct
100 int recv_calls; /* ignored initially */ member in struct:dlpi_co_rr_results_struct
190 int recv_calls; /* ignored initially */ member in struct:dlpi_cl_rr_results_struct
H A Dnettest_unix.h52 int recv_calls; /* ignored initially */ member in struct:stream_stream_results_struct
95 int recv_calls; /* ignored initially */ member in struct:stream_rr_results_struct
180 int recv_calls; /* ignored initially */ member in struct:dg_rr_results_struct
H A Dnettest_xti.h51 unsigned int recv_calls; member in struct:xti_tcp_stream_results_struct
95 unsigned int recv_calls; /* ignored initially */ member in struct:xti_tcp_rr_results_struct
141 unsigned int recv_calls; /* ignored initially */ member in struct:xti_tcp_conn_rr_results_struct
225 unsigned int recv_calls; /* ignored initially */ member in struct:xti_udp_rr_results_struct
H A Dnettest_sctp.h53 unsigned int recv_calls; member in struct:sctp_stream_results_struct
98 unsigned int recv_calls; /* ignored initially */ member in struct:sctp_rr_results_struct
H A Dnettest_sdp.h58 unsigned int recv_calls; member in struct:sdp_stream_results_struct
103 unsigned int recv_calls; /* ignored initially */ member in struct:sdp_rr_results_struct
H A Dnettest_bsd.h61 unsigned int recv_calls; member in struct:tcp_stream_results_struct
156 unsigned int recv_calls; /* ignored initially */ member in struct:tcp_rr_results_struct
202 unsigned int recv_calls; /* ignored initially */ member in struct:tcp_conn_rr_results_struct
248 unsigned int recv_calls; /* ignored initially */ member in struct:tcp_tran_rr_results_struct
335 unsigned int recv_calls; /* ignored initially */ member in struct:udp_rr_results_struct
381 unsigned int recv_calls; /* ignored initially */ member in struct:tcp_cc_results_struct
H A Dnettest_sctp.c1043 bytes_sent / (double)sctp_stream_result->recv_calls,
1044 sctp_stream_result->recv_calls);
1431 sctp_stream_results->recv_calls = receive_calls;
2208 bytes_sent / (double)sctp_stream_result->recv_calls,
2209 sctp_stream_result->recv_calls);
2556 sctp_stream_results->recv_calls = receive_calls;
H A Dnettest_dlpi.c678 bytes_sent / (double)dlpi_co_stream_result->recv_calls,
679 dlpi_co_stream_result->recv_calls);
981 dlpi_co_stream_results->recv_calls = receive_calls;
H A Dnettest_sdp.c843 bytes_sent / (double)sdp_stream_result->recv_calls,
844 sdp_stream_result->recv_calls);
1875 sdp_stream_results->recv_calls = receive_calls;
H A Dnettest_unix.c697 bytes_sent / (double)stream_stream_result->recv_calls,
698 stream_stream_result->recv_calls);
1013 stream_stream_results->recv_calls = receive_calls;
H A Dnettest_bsd.c1925 bytes_sent / (double)tcp_stream_result->recv_calls,
1926 tcp_stream_result->recv_calls);
3379 bytes_sent / (double)tcp_stream_result->recv_calls,
3380 tcp_stream_result->recv_calls);
4213 bytes_sent / (double)tcp_stream_result->recv_calls,
4214 tcp_stream_result->recv_calls);
4540 tcp_stream_results->recv_calls = receive_calls;
H A Dnettest_xti.c1225 bytes_sent / (double)xti_tcp_stream_result->recv_calls,
1226 xti_tcp_stream_result->recv_calls);
1652 xti_tcp_stream_results->recv_calls = receive_calls;

Completed in 126 milliseconds