Home
last modified time | relevance | path

Searched refs:tcpstate (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/ipf/examples/
H A DMakefile35 pool.conf server tcpstate
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c487 int32_t tcpstate; in tcp_sendmsg() local
505 tcpstate = tcp->tcp_state; in tcp_sendmsg()
506 if (tcpstate < TCPS_ESTABLISHED) { in tcp_sendmsg()
514 return ((tcpstate == TCPS_SYN_SENT) ? ENOTCONN : in tcp_sendmsg()
516 } else if (tcpstate > TCPS_CLOSE_WAIT) { in tcp_sendmsg()
H A Dtcp_output.c212 int tcpstate; in tcp_wput_data() local
224 tcpstate = tcp->tcp_state; in tcp_wput_data()
241 if (tcpstate < TCPS_SYN_SENT || tcpstate > TCPS_CLOSE_WAIT || in tcp_wput_data()
377 if (tcpstate == TCPS_SYN_RCVD) { in tcp_wput_data()
/titanic_50/usr/src/cmd/dtrace/demo/
H A DMakefile94 tcpstate.d \
/titanic_50/usr/src/pkg/manifests/
H A Dnetwork-ipfilter.mf110 file path=usr/share/ipfilter/examples/tcpstate
H A Ddeveloper-dtrace.mf141 file path=usr/demo/dtrace/tcpstate.d
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c4617 int tcpstate; in tcp_wput_data() local
4630 tcpstate = tcp->tcp_state; in tcp_wput_data()
4643 if (tcpstate < TCPS_SYN_SENT || tcpstate > TCPS_CLOSE_WAIT || in tcp_wput_data()
4729 if (tcpstate == TCPS_SYN_RCVD) { in tcp_wput_data()
/titanic_50/
H A D.gitignore984 usr/src/cmd/dtrace/demo/tcpstate.d