Home
last modified time | relevance | path

Searched refs:TF_SEG_OPTS_TS (Results 1 – 2 of 2) sorted by relevance

/lib/liblwip/src/include/lwip/
Dtcp_impl.h292 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */ macro
300 (flags & TF_SEG_OPTS_TS ? 12 : 0)
/lib/liblwip/src/core/
Dtcp_out.c393 optflags = TF_SEG_OPTS_TS; in tcp_write()
394 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_write()
748 optflags |= TF_SEG_OPTS_TS; in tcp_enqueue_flags()
850 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_send_empty_ack()
1083 if (seg->flags & TF_SEG_OPTS_TS) { in tcp_output_segment()