Searched refs:TF_SEG_OPTS_MSS (Results 1 – 3 of 3) sorted by relevance
267 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option (only used in SYN segments) */ macro305 ((flags) & TF_SEG_OPTS_MSS ? LWIP_TCP_OPT_LEN_MSS : 0) + \
1051 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()1498 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()
1293 …const u16_t tcp_syn_opts_len = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_MSS|TF_SEG_OPTS_WND_SCALE|TF_SEG_OP… in test_tcp_rto_timeout_syn_sent_impl()