HomeSort by relevance Sort by last modified time
    Searched refs:so_rcvavoid (Results 1 - 11 of 11) sorted by null

  /external/netperf/
nettest_dlpi.h 23 int so_rcvavoid; /* do we want the remote to avoid */ member in struct:dlpi_co_stream_request_struct
46 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:dlpi_co_stream_response_struct
75 int so_rcvavoid; /* do we want the remote to avoid receive copies? */ member in struct:dlpi_co_rr_request_struct
92 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:dlpi_co_rr_response_struct
118 int so_rcvavoid; /* do we want the remote to avoid receive copies? */ member in struct:dlpi_cl_stream_request_struct
135 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:dlpi_cl_stream_response_struct
163 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:dlpi_cl_rr_request_struct
182 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:dlpi_cl_rr_response_struct
nettest_unix.h 17 int so_rcvavoid; /* do we want the remote to avoid receive copies? */ member in struct:stream_stream_request_struct
38 int so_rcvavoid; /* do we want the remote to avoid receive copies? */ member in struct:stream_stream_response_struct
68 int so_rcvavoid; /* do we want the remote to avoid receive copies? */ member in struct:stream_rr_request_struct
82 int so_rcvavoid; /* do we want the remote to avoid receive copies? */ member in struct:stream_rr_response_struct
111 int so_rcvavoid; /* do we want the remote to avoid receive copies? */ member in struct:dg_stream_request_struct
125 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:dg_stream_response_struct
154 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:dg_rr_request_struct
170 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:dg_rr_response_struct
nettest_sdp.h 29 int so_rcvavoid; /* do we want the remote to avoid copies on */ member in struct:sdp_stream_request_struct
51 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:sdp_stream_response_struct
79 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:sdp_rr_request_struct
96 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:sdp_rr_response_struct
127 int so_rcvavoid; /* do we want the remote to avoid copies on */ member in struct:sdp_maerts_request_struct
149 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:sdp_maerts_response_struct
nettest_xti.h 23 int so_rcvavoid; /* do we want the remote to avoid copies on */ member in struct:xti_tcp_stream_request_struct
45 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:xti_tcp_stream_response_struct
72 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:xti_tcp_rr_request_struct
89 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:xti_tcp_rr_response_struct
117 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:xti_tcp_conn_rr_request_struct
135 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:xti_tcp_conn_rr_response_struct
159 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:xti_udp_stream_request_struct
175 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:xti_udp_stream_response_struct
202 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:xti_udp_rr_request_struct
219 int so_rcvavoid; /* could the remote avoid receive copies? * member in struct:xti_udp_rr_response_struct
    [all...]
nettest_bsd.h 33 int so_rcvavoid; /* do we want the remote to avoid copies on */ member in struct:tcp_stream_request_struct
55 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:tcp_stream_response_struct
84 int so_rcvavoid; /* do we want the remote to avoid copies on */ member in struct:tcp_maerts_request_struct
106 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:tcp_maerts_response_struct
133 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:tcp_rr_request_struct
150 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:tcp_rr_response_struct
178 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:tcp_conn_rr_request_struct
196 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:tcp_conn_rr_response_struct
224 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:tcp_tran_rr_request_struct
242 int so_rcvavoid; /* could the remote avoid receive copies? * member in struct:tcp_tran_rr_response_struct
268 int so_rcvavoid; \/* do we want the remote to avoid receive *\/ member in struct:udp_stream_request_struct
285 int so_rcvavoid; \/* could the remote avoid receive copies? *\/ member in struct:udp_stream_response_struct
312 int so_rcvavoid; \/* do we want the remote to avoid receive *\/ member in struct:udp_rr_request_struct
329 int so_rcvavoid; \/* could the remote avoid receive copies? *\/ member in struct:udp_rr_response_struct
357 int so_rcvavoid; \/* do we want the remote to avoid receive *\/ member in struct:tcp_cc_request_struct
375 int so_rcvavoid; \/* could the remote avoid receive copies? *\/ member in struct:tcp_cc_response_struct
    [all...]
nettest_sctp.h 24 int so_rcvavoid; /* do we want the remote to avoid copies on */ member in struct:sctp_stream_request_struct
46 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:sctp_stream_response_struct
74 int so_rcvavoid; /* do we want the remote to avoid receive */ member in struct:sctp_rr_request_struct
91 int so_rcvavoid; /* could the remote avoid receive copies? */ member in struct:sctp_rr_response_struct
nettest_bsd.c     [all...]
nettest_sdp.c 387 sdp_stream_request->so_rcvavoid = rem_rcvavoid;
429 rem_rcvavoid = sdp_stream_response->so_rcvavoid;
    [all...]
nettest_sctp.c 560 sctp_stream_request->so_rcvavoid = rem_rcvavoid;
603 rem_rcvavoid = sctp_stream_response->so_rcvavoid;
    [all...]
nettest_xti.c 747 xti_tcp_stream_request->so_rcvavoid = rem_rcvavoid;
815 rem_rcvavoid = xti_tcp_stream_response->so_rcvavoid;
    [all...]
nettest_dlpi.c     [all...]

Completed in 96 milliseconds