Home
last modified time | relevance | path

Searched refs:tcp_snd_ws_ok (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h252 tcp_snd_ws_ok : 1, member
H A Dtcp.c1362 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_connect()
1548 if (acceptor->tcp_snd_ws_ok) in tcp_accept_comm()
2261 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_process_options()
2264 tcp->tcp_snd_ws_ok = B_FALSE; in tcp_process_options()
5884 if (tcp->tcp_snd_ws_ok) { in tcp_xmit_mp()
5936 if (tcp->tcp_snd_ws_ok) { in tcp_xmit_mp()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h239 tcp_snd_ws_ok : 1, member
/titanic_41/usr/src/uts/common/inet/nca/
H A Dnca.h97 #undef tcp_snd_ws_ok
1269 tcp_snd_ws_ok : 1, /* Received WSCALE from peer */ member
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c708 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_set_destination()
2136 tcp->tcp_snd_ws_ok = B_FALSE;
4235 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_do_connect()
H A Dtcp_input.c438 tcp->tcp_snd_ws_ok = B_TRUE; in tcp_process_options()
441 tcp->tcp_snd_ws_ok = B_FALSE; in tcp_process_options()
1688 if (eager->tcp_snd_ws_ok) in tcp_input_listener()
H A Dtcp_output.c2940 if (tcp->tcp_snd_ws_ok) { in tcp_xmit_mp_aux_iss()