Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h304 #define TCP_BUILD_MSS_OPTION(x) (x) = PP_HTONL(((u32_t)2 << 24) | \ macro
/external/syslinux/core/lwip/src/core/
Dtcp_out.c1069 TCP_BUILD_MSS_OPTION(*opts); in tcp_output_segment()