Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/include/lwip/priv/
H 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) + \
/minix/minix/lib/liblwip/dist/src/core/
H 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()