Home
last modified time | relevance | path

Searched refs:TCP_BUILD_MSS_OPTION (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h303 #define TCP_BUILD_MSS_OPTION(mss) htonl(0x02040000 | ((mss) & 0xFFFF)) macro
/components/net/lwip/lwip-2.0.3/src/include/lwip/priv/
A Dtcp_priv.h296 #define TCP_BUILD_MSS_OPTION(mss) lwip_htonl(0x02040000 | ((mss) & 0xFFFF)) macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/priv/
A Dtcp_priv.h311 #define TCP_BUILD_MSS_OPTION(mss) lwip_htonl(0x02040000 | ((mss) & 0xFFFF)) macro
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_out.c1077 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_out.c1231 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_out.c1504 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG169 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1125 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG1378 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't

Completed in 27 milliseconds