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