Searched refs:TCP_BUILD_MSS_OPTION (Results 1 – 9 of 9) sorted by relevance
303 #define TCP_BUILD_MSS_OPTION(mss) htonl(0x02040000 | ((mss) & 0xFFFF)) macro
296 #define TCP_BUILD_MSS_OPTION(mss) lwip_htonl(0x02040000 | ((mss) & 0xFFFF)) macro
311 #define TCP_BUILD_MSS_OPTION(mss) lwip_htonl(0x02040000 | ((mss) & 0xFFFF)) macro
1077 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()
1231 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()
1504 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()
169 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't
1125 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't
1378 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't
Completed in 27 milliseconds