Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dtcp_impl.h297 #define TCP_OPT_WSCALE_PRESENT 2 macro
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c130 #define TCP_OPT_WSCALE_PRESENT 2 macro
2065 found |= TCP_OPT_WSCALE_PRESENT; in tcp_parse_options()
2259 if (options & TCP_OPT_WSCALE_PRESENT) { in tcp_process_options()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c288 found |= TCP_OPT_WSCALE_PRESENT; in tcp_parse_options()
439 if (options & TCP_OPT_WSCALE_PRESENT) { in tcp_process_options()