Searched refs:TF_SEG_OPTS_MSS (Results 1 – 7 of 7) sorted by relevance
291 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option. */ macro299 (flags & TF_SEG_OPTS_MSS ? 4 : 0) + \
262 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option. */ macro291 (flags & TF_SEG_OPTS_MSS ? LWIP_TCP_OPT_LEN_MSS : 0) + \
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) + \
744 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()1070 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()
808 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()1224 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()
1050 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()1497 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()
Completed in 22 milliseconds