Lines Matching defs:dg_rr_request_struct
142 struct dg_rr_request_struct { struct
143 int recv_buf_size; /* how big does the client want it */
144 int send_buf_size;
145 int recv_alignment;
146 int recv_offset;
147 int send_alignment;
148 int send_offset;
149 int request_size;
150 int response_size;
151 int measure_cpu; /* does the client want server cpu */
152 float cpu_rate; /* do we know how fast the cpu is? */
153 int test_length; /* how long is the test? */
154 int so_rcvavoid; /* do we want the remote to avoid receive */
156 int so_sndavoid; /* do we want the remote to avoid send copies? */
157 int path_name_len; /* the length of the device name string. this */
160 char unix_path[32]; /* the path */