Searched refs:TF_SEG_OPTS_TS (Results 1 – 7 of 7) sorted by relevance
292 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */ macro300 (flags & TF_SEG_OPTS_TS ? 12 : 0)
263 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */ macro292 (flags & TF_SEG_OPTS_TS ? LWIP_TCP_OPT_LEN_TS_OUT : 0) + \
393 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()
268 #define TF_SEG_OPTS_TS (u8_t)0x02U /* Include timestamp option. */ macro306 ((flags) & TF_SEG_OPTS_TS ? LWIP_TCP_OPT_LEN_TS_OUT : 0) + \
414 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()
442 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()
1293 … = 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