Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h292 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */ macro
300 (flags & TF_SEG_OPTS_TS ? 12 : 0)
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h263 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */ macro
292 (flags & TF_SEG_OPTS_TS ? LWIP_TCP_OPT_LEN_TS_OUT : 0) + \
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_out.c393 optflags = TF_SEG_OPTS_TS; in tcp_write()
394 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_write()
748 optflags |= TF_SEG_OPTS_TS; in tcp_enqueue_flags()
850 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_send_empty_ack()
1083 if (seg->flags & TF_SEG_OPTS_TS) { in tcp_output_segment()
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h268 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */ macro
306 ((flags) & TF_SEG_OPTS_TS ? LWIP_TCP_OPT_LEN_TS_OUT : 0) + \
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_out.c414 optflags = TF_SEG_OPTS_TS; in tcp_write()
415 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_write()
821 optflags |= TF_SEG_OPTS_TS; in tcp_enqueue_flags()
930 optlen = LWIP_TCP_OPT_LENGTH(TF_SEG_OPTS_TS); in tcp_send_empty_ack()
1237 if (seg->flags & TF_SEG_OPTS_TS) { in tcp_output_segment()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_out.c442 optflags = TF_SEG_OPTS_TS; in tcp_write()
443 optlen = LWIP_TCP_OPT_LENGTH_SEGMENT(TF_SEG_OPTS_TS, pcb); in tcp_write()
1070 optflags |= TF_SEG_OPTS_TS; in tcp_enqueue_flags()
1510 if (seg->flags & TF_SEG_OPTS_TS) { in tcp_output_segment()
1886 if (optflags & TF_SEG_OPTS_TS) { in tcp_output_fill_options()
2030 optflags = TF_SEG_OPTS_TS; in tcp_send_empty_ack()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtest_tcp.c1293 … = 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()

Completed in 30 milliseconds