Searched refs:LWIP_TCP_OPT_LEN_TS (Results 1 – 3 of 3) sorted by relevance
285 #define LWIP_TCP_OPT_LEN_TS 10 macro
2009 …if (tcp_get_next_optbyte() != LWIP_TCP_OPT_LEN_TS || (tcp_optidx - 2 + LWIP_TCP_OPT_LEN_TS) > tcph…2028 tcp_optidx += LWIP_TCP_OPT_LEN_TS - 6;
457 mss_local = LWIP_MAX(mss_local, LWIP_TCP_OPT_LEN_TS + 1); in tcp_write()