Home
last modified time | relevance | path

Searched refs:TCP_OPT_WSCALE (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_util.c42 } else if (opt == TCP_OPT_WSCALE) { in ParseTCPOptions()
231 } else if (opt == TCP_OPT_WSCALE) { in PrintTCPOptions()
H A Dtcp_out.c118 tcpopt[i++] = TCP_OPT_WSCALE; in GenerateTCPOptions()
/mOS-networking-stack/core/src/include/
H A Dtcp_in.h101 TCP_OPT_WSCALE = 3, enumerator