Lines Matching refs:u8_t
67 #error LWIPERF_TCP_MAX_IDLE_SEC must fit into an u8_t
106 u8_t tcp;
108 u8_t server;
121 u8_t poll_count;
122 u8_t next_num;
124 u8_t client_tradeoff_mode;
127 u8_t have_settings_buf;
128 u8_t specific_remote;
135 static const u8_t lwiperf_txbuf_const[1600] = {
283 u8_t apiflags;
313 txptr = &((u8_t *)&conn->settings)[conn->bytes_transferred];
318 txptr = &((u8_t *)&conn->settings)[conn->bytes_transferred - 24];
458 u8_t tmp;
536 const u8_t *payload = (const u8_t *)q->payload;
539 u8_t val = payload[i];
540 u8_t num = val - '0';