Searched refs:recv_width (Results 1 – 9 of 9) sorted by relevance
/external/netperf/src/ |
D | nettest_unix.c | 851 if (recv_width == 0) { in recv_stream_stream() 852 recv_width = (lsr_size/recv_size) + 1; in recv_stream_stream() 853 if (recv_width == 1) recv_width++; in recv_stream_stream() 856 recv_ring = allocate_buffer_ring(recv_width, in recv_stream_stream() 1132 if (recv_width == 0) recv_width = 1; in send_stream_rr() 1139 recv_ring = allocate_buffer_ring(recv_width, in send_stream_rr() 1993 if (recv_width == 0) recv_width = 1; in recv_dg_stream() 1995 recv_ring = allocate_buffer_ring(recv_width, in recv_dg_stream() 2808 if (recv_width == 0) recv_width = 1; in recv_dg_rr() 2810 recv_ring = allocate_buffer_ring(recv_width, in recv_dg_rr() [all …]
|
D | nettest_sdp.c | 1030 if (recv_width == 0) { in send_sdp_maerts() 1031 recv_width = (lsr_size/recv_size) + 1; in send_sdp_maerts() 1032 if (recv_width == 1) recv_width++; in send_sdp_maerts() 1040 recv_ring = allocate_buffer_ring(recv_width, in send_sdp_maerts() 1707 if (recv_width == 0) { in recv_sdp_stream() 1708 recv_width = (lsr_size/recv_size) + 1; in recv_sdp_stream() 1709 if (recv_width == 1) recv_width++; in recv_sdp_stream() 1712 recv_ring = allocate_buffer_ring(recv_width, in recv_sdp_stream() 2420 if (recv_width == 0) recv_width = 1; in send_sdp_rr() 2430 recv_ring = allocate_buffer_ring(recv_width, in send_sdp_rr() [all …]
|
D | nettest_sctp.c | 1188 if (recv_width == 0) { in recv_sctp_stream() 1189 recv_width = (lsr_size/recv_size) + 1; in recv_sctp_stream() 1190 if (recv_width == 1) recv_width++; in recv_sctp_stream() 1193 recv_ring = allocate_buffer_ring(recv_width, in recv_sctp_stream() 2344 if (recv_width == 0) { in recv_sctp_stream_1toMany() 2345 recv_width = (lsr_size/recv_size) + 1; in recv_sctp_stream_1toMany() 2346 if (recv_width == 1) recv_width++; in recv_sctp_stream_1toMany() 2349 recv_ring = allocate_buffer_ring(recv_width, in recv_sctp_stream_1toMany() 2693 if (recv_width == 0) recv_width = 1; in send_sctp_rr() 2703 recv_ring = allocate_buffer_ring(recv_width, in send_sctp_rr() [all …]
|
D | nettest_xti.c | 1425 if (recv_width == 0) { in recv_xti_tcp_stream() 1426 recv_width = (lsr_size/recv_size) + 1; in recv_xti_tcp_stream() 1427 if (recv_width == 1) recv_width++; in recv_xti_tcp_stream() 1430 recv_ring = allocate_buffer_ring(recv_width, in recv_xti_tcp_stream() 1863 if (recv_width == 0) recv_width = 1; in send_xti_tcp_rr() 1873 recv_ring = allocate_buffer_ring(recv_width, in send_xti_tcp_rr() 3130 if (recv_width == 0) recv_width = 1; in recv_xti_udp_stream() 3132 recv_ring = allocate_buffer_ring(recv_width, in recv_xti_udp_stream() 3577 if (recv_width == 0) recv_width = 1; in send_xti_udp_rr() 3587 recv_ring = allocate_buffer_ring(recv_width, in send_xti_udp_rr() [all …]
|
D | nettest_omni.c | 1988 &recv_width, 1, 0, NETPERF_TYPE_INT32); in print_omni_init_list() 3893 if (recv_width == 0) recv_width = 1; in send_omni_inner() 3906 if (recv_width == 0) { in send_omni_inner() 3907 recv_width = (lsr_size/recv_size) + 1; in send_omni_inner() 3908 if (recv_width == 1) recv_width++; in send_omni_inner() 3913 recv_ring = allocate_buffer_ring(recv_width, in send_omni_inner() 3921 recv_width); in send_omni_inner() 3951 omni_request->recv_width = recv_width; in send_omni_inner() 4047 remote_recv_width = omni_response->recv_width; in send_omni_inner() 5183 omni_response->recv_width = omni_request->recv_width; in recv_omni() [all …]
|
D | nettest_bsd.c | 2589 if (recv_width == 0) { in send_tcp_maerts() 2590 recv_width = (lsr_size/recv_size) + 1; in send_tcp_maerts() 2591 if (recv_width == 1) recv_width++; in send_tcp_maerts() 2599 recv_ring = allocate_buffer_ring(recv_width, in send_tcp_maerts() 5020 if (recv_width == 0) { in recv_tcp_stream() 5021 recv_width = (lsr_size/recv_size) + 1; in recv_tcp_stream() 5022 if (recv_width == 1) recv_width++; in recv_tcp_stream() 5025 recv_ring = allocate_buffer_ring(recv_width, in recv_tcp_stream() 5778 if (recv_width == 0) recv_width = 1; in send_tcp_rr() 5788 recv_ring = allocate_buffer_ring(recv_width, in send_tcp_rr() [all …]
|
D | netsh.h | 164 extern int recv_width;
|
D | nettest_bsd.h | 64 uint32_t recv_width; /* number of recv buffers to use */ member 104 int32_t recv_width; member
|
D | netsh.c | 203 int recv_width; variable 866 recv_width = convert(arg2); in scan_cmd_line()
|