Lines Matching defs:tcp_tran_rr_request_struct
211 struct tcp_tran_rr_request_struct { struct
212 int recv_buf_size; /* how big does the client want it */
213 int send_buf_size;
214 int recv_alignment;
215 int recv_offset;
216 int send_alignment;
217 int send_offset;
218 int request_size;
219 int response_size;
220 int no_delay;
221 int measure_cpu; /* does the client want server cpu */
222 float cpu_rate; /* do we know how fast the cpu is? */
223 int test_length; /* how long is the test? */
224 int so_rcvavoid; /* do we want the remote to avoid receive */
226 int so_sndavoid; /* do we want the remote to avoid send copies? */
227 int port; /* the port to which the recv side should bind
230 int ipfamily;