Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
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) + \
/third_party/lwip/src/core/
Dtcp_out.c454 optflags = TF_SEG_OPTS_TS; in tcp_write()
455 optlen = LWIP_TCP_OPT_LENGTH_SEGMENT(TF_SEG_OPTS_TS, pcb); in tcp_write()
1083 optflags |= TF_SEG_OPTS_TS; in tcp_enqueue_flags()
1523 if (seg->flags & TF_SEG_OPTS_TS) { in tcp_output_segment()
1899 if (optflags & TF_SEG_OPTS_TS) { in tcp_output_fill_options()
2043 optflags = TF_SEG_OPTS_TS; in tcp_send_empty_ack()
/third_party/lwip/test/unit/tcp/
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()