Lines Matching refs:u8_t
66 struct tcp_pcb * tcp_alloc (u8_t prio);
188 #define TF_RESET (u8_t)0x08U /* Connection was reset. */
189 #define TF_CLOSED (u8_t)0x10U /* Connection was sucessfully closed. */
190 #define TF_GOT_FIN (u8_t)0x20U /* Connection was closed by the remote end. */
288 u8_t chksum_swapped;
290 u8_t flags;
291 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option. */
292 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */
293 #define TF_SEG_DATA_CHECKSUMMED (u8_t)0x04U /* ALL data (not the header) is
308 extern u8_t tcp_active_pcbs_changed;
440 err_t tcp_enqueue_flags(struct tcp_pcb *pcb, u8_t flags);
463 void tcp_debug_print_flags(u8_t flags);