Lines Matching defs:omni_response_struct
101 struct omni_response_struct { struct
102 int32_t recv_buf_size;
103 uint32_t receive_size;
104 int32_t recv_width;
106 int32_t send_buf_size;
107 uint32_t send_size;
108 int32_t send_width;
110 uint32_t flags;
112 float cpu_rate;
114 uint32_t test_length;
116 uint32_t so_rcvavoid;
117 uint32_t so_sndavoid;
119 uint32_t data_port; /* connect to this port number */
121 uint32_t interval_burst;/* how many things to do each interval */
122 uint32_t interval_usecs;/* how long each interval should be */
126 uint32_t cpu_frequency; /* this should be megahertz */
127 uint32_t security_info;
128 int32_t socket_prio;
129 int32_t socket_tos;
133 char system_model[33];
134 char cpu_model[80]; /* seems like an awful lot doesn't
139 char security_string[16];