Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c69 #define TCP_OPT_WSCALE_PRESENT 2 macro
285 found |= TCP_OPT_WSCALE_PRESENT; in tcp_parse_options()
436 if (options & TCP_OPT_WSCALE_PRESENT) { in tcp_process_options()
/titanic_41/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()