Searched refs:TCP_BUILD_MSS_OPTION (Results 1 – 3 of 3) sorted by relevance
311 #define TCP_BUILD_MSS_OPTION(mss) lwip_htonl(0x02040000 | ((mss) & 0xFFFF)) macro
1505 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()
1378 * tcp_impl.h, tcp_out.c: fixed bug #34587: TCP_BUILD_MSS_OPTION doesn't