Home | History | Annotate | Download | only in netperf

Lines Matching refs:STREAM_STREAM_RESPONSE

278   struct	stream_stream_response_struct	*stream_stream_response;
283 stream_stream_response =
419 rsr_size = stream_stream_response->recv_buf_size;
420 rss_size = stream_stream_response->send_buf_size;
421 remote_cpu_usage = stream_stream_response->measure_cpu;
422 remote_cpu_rate = stream_stream_response->cpu_rate;
423 strcpy(server.sun_path,stream_stream_response->unix_path);
732 struct stream_stream_response_struct *stream_stream_response;
737 stream_stream_response =
765 netperf_response.content.response_type = STREAM_STREAM_RESPONSE;
896 strcpy(stream_stream_response->unix_path,myaddr_un.sun_path);
905 stream_stream_response->cpu_rate = 0.0; /* assume no cpu */
907 stream_stream_response->measure_cpu = 1;
908 stream_stream_response->cpu_rate =
914 stream_stream_response->send_buf_size = lss_size;
915 stream_stream_response->recv_buf_size = lsr_size;
916 stream_stream_response->receive_size = recv_size;