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