Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp_impl.h291 #define TF_SEG_OPTS_MSS (u8_t)0x01U /* Include MSS option. */ macro
299 (flags & TF_SEG_OPTS_MSS ? 4 : 0) + \
/lib/liblwip/src/core/
Dtcp_out.c744 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()
1070 if (seg->flags & TF_SEG_OPTS_MSS) { in tcp_output_segment()