Lines Matching defs:udp_rr_request_struct
474 struct udp_rr_request_struct { struct
475 int recv_buf_size; /* how big does the client want it */
476 int send_buf_size;
477 int recv_alignment;
478 int recv_offset;
479 int send_alignment;
480 int send_offset;
481 int request_size;
482 int response_size;
483 int no_delay;
484 int measure_cpu; /* does the client want server cpu */
485 float cpu_rate; /* do we know how fast the cpu is? */
486 int test_length; /* how long is the test? */
487 int so_rcvavoid; /* do we want the remote to avoid receive */
489 int so_sndavoid; /* do we want the remote to avoid send copies? */
490 int port; /* the port to which the recv side should bind
493 int ipfamily;