Home
last modified time | relevance | path

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

/external/lib/lwip/include/lwip/
A Dtcp_impl.h303 #define TCP_BUILD_MSS_OPTION(mss) htonl(0x02040000 | ((mss) & 0xFFFF)) macro
/external/lib/lwip/core/
A Dtcp_out.c1077 *opts = TCP_BUILD_MSS_OPTION(mss); in tcp_output_segment()

Completed in 5 milliseconds