Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h310 uint32_t tcp_opt_wscale; member
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c107 uint32_t tcp_opt_wscale; member
2061 tcpopt->tcp_opt_wscale = TCP_MAX_WINSHIFT; in tcp_parse_options()
2063 tcpopt->tcp_opt_wscale = up[2]; in tcp_parse_options()
2259 tcp->tcp_snd_ws = tcpopt.tcp_opt_wscale; in tcp_process_options()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c416 tcpopt->tcp_opt_wscale = TCP_MAX_WINSHIFT; in tcp_parse_options()
418 tcpopt->tcp_opt_wscale = up[2]; in tcp_parse_options()
611 tcp->tcp_snd_ws = tcpopt.tcp_opt_wscale; in tcp_process_options()