Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h291 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option. */ macro
299 (flags & TF_SEG_OPTS_MSS ? 4 : 0) + \
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h262 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option. */ macro
291 (flags & TF_SEG_OPTS_MSS ? LWIP_TCP_OPT_LEN_MSS : 0) + \
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A 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) + \
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_out.c744 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()
1070 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_out.c808 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()
1224 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_out.c1050 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()
1497 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A 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()

Completed in 22 milliseconds