Home
last modified time | relevance | path

Searched defs:mss (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/core/
Dtcp_in.c1545 u16_t mss; in tcp_parseopt() local
Dtcp_out.c1071 u16_t mss; in tcp_output_segment() local
/lib/liblwip/src/include/lwip/
Dtcp.h204 u16_t mss; /* maximum segment size */ member
Dtcp_impl.h303 #define TCP_BUILD_MSS_OPTION(mss) htonl(0x02040000 | ((mss) & 0xFFFF)) argument