Home
last modified time | relevance | path

Searched refs:LWIP_TCP_OPT_LEN_TS (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h285 #define LWIP_TCP_OPT_LEN_TS 10 macro
/third_party/lwip/src/core/
Dtcp_in.c2009 …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;
Dtcp_out.c457 mss_local = LWIP_MAX(mss_local, LWIP_TCP_OPT_LEN_TS + 1); in tcp_write()