Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Dtcp_impl.h287 uint32_t tcp_opt_wscale; member
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c108 uint32_t tcp_opt_wscale; member
2062 tcpopt->tcp_opt_wscale = TCP_MAX_WINSHIFT; in tcp_parse_options()
2064 tcpopt->tcp_opt_wscale = up[2]; in tcp_parse_options()
2260 tcp->tcp_snd_ws = tcpopt.tcp_opt_wscale; in tcp_process_options()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c285 tcpopt->tcp_opt_wscale = TCP_MAX_WINSHIFT; in tcp_parse_options()
287 tcpopt->tcp_opt_wscale = up[2]; in tcp_parse_options()
440 tcp->tcp_snd_ws = tcpopt.tcp_opt_wscale; in tcp_process_options()