Searched refs:LWIP_TCP_OPT_LEN_MSS (Results 1 – 2 of 2) sorted by relevance
283 #define LWIP_TCP_OPT_LEN_MSS 4 macro305 ((flags) & TF_SEG_OPTS_MSS ? LWIP_TCP_OPT_LEN_MSS : 0) + \
1969 …if (tcp_get_next_optbyte() != LWIP_TCP_OPT_LEN_MSS || (tcp_optidx - 2 + LWIP_TCP_OPT_LEN_MSS) > tc…