Searched defs:dlpi_co_rr_response_struct (Results 1 – 1 of 1) sorted by relevance
85 struct dlpi_co_rr_response_struct { struct86 int recv_win_size; /* how big does the client want it */87 int send_win_size;88 int measure_cpu; /* does the client want server cpu */89 int test_length; /* how long is the test? */90 int data_port_number; /* connect to me here */91 float cpu_rate; /* could we measure */92 int so_rcvavoid; /* could the remote avoid receive copies? */93 int so_sndavoid; /* could the remote avoid send copies? */94 int station_addr_len; /* the length of the station address */[all …]