Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h283 #define LWIP_TCP_OPT_LEN_MSS 4 macro
305 ((flags) & TF_SEG_OPTS_MSS ? LWIP_TCP_OPT_LEN_MSS : 0) + \
/third_party/lwip/src/core/
Dtcp_in.c1969 …if (tcp_get_next_optbyte() != LWIP_TCP_OPT_LEN_MSS || (tcp_optidx - 2 + LWIP_TCP_OPT_LEN_MSS) > tc…