Home
last modified time | relevance | path

Searched defs:mss (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Dtcp_in.c69 #define LWIP_TCP_CALC_INITIAL_CWND(mss) ((tcpwnd_size_t)LWIP_MIN((4U * (mss)), LWIP_MAX((2U * (mss)… argument
1909 u16_t mss; local
H A Dtcp_out.c1498 u16_t mss; in tcp_output_segment() local
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Daltcp_priv.h108 altcp_mss_fn mss; member
H A Dtcp_priv.h311 #define TCP_BUILD_MSS_OPTION(mss) lwip_htonl(0x02040000 | ((mss) & 0xFFFF)) argument
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dtcp.h297 u16_t mss; /* maximum segment size */ member