Home
last modified time | relevance | path

Searched refs:TF_SEG_OPTS_MSS (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h267 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option (only used in SYN segments) */ macro
305 ((flags) & TF_SEG_OPTS_MSS ? LWIP_TCP_OPT_LEN_MSS : 0) + \
/third_party/lwip/src/core/
Dtcp_out.c1051 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()
1498 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1293 …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()