Lines Matching defs:dg_rr_response_struct
163 struct dg_rr_response_struct { struct
164 int recv_buf_size; /* how big does the client want it */
165 int send_buf_size;
166 int no_delay;
167 int measure_cpu; /* does the client want server cpu */
168 int test_length; /* how long is the test? */
169 float cpu_rate; /* could we measure */
170 int so_rcvavoid; /* could the remote avoid receive copies? */
171 int so_sndavoid; /* could the remote avoid send copies? */
172 int path_name_len; /* the length of the device name string. this */
175 char unix_path[32]; /* the path */