Searched refs:TF_SEG_OPTS_TS (Results 1 – 3 of 3) sorted by relevance
268 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */ macro306 ((flags) & TF_SEG_OPTS_TS ? LWIP_TCP_OPT_LEN_TS_OUT : 0) + \
454 optflags = TF_SEG_OPTS_TS; in tcp_write()455 optlen = LWIP_TCP_OPT_LENGTH_SEGMENT(TF_SEG_OPTS_TS, pcb); in tcp_write()1083 optflags |= TF_SEG_OPTS_TS; in tcp_enqueue_flags()1523 if (seg->flags & TF_SEG_OPTS_TS) { in tcp_output_segment()1899 if (optflags & TF_SEG_OPTS_TS) { in tcp_output_fill_options()2043 optflags = TF_SEG_OPTS_TS; in tcp_send_empty_ack()
1293 … = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_MSS|TF_SEG_OPTS_WND_SCALE|TF_SEG_OPTS_SACK_PERM|TF_SEG_OPTS_TS); in test_tcp_rto_timeout_syn_sent_impl()