Searched defs:tcpstate (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c487 int32_t tcpstate; local
505 tcpstate = tcp->tcp_state;
506 if (tcpstate < TCPS_ESTABLISHED) {
514 return ((tcpstate == TCPS_SYN_SENT) ? ENOTCONN :
516 } else if (tcpstate > TCPS_CLOSE_WAIT) {
H A Dtcp_output.c212 int tcpstate; local
224 tcpstate = tcp->tcp_state;
241 if (tcpstate < TCPS_SYN_SENT || tcpstate > TCPS_CLOSE_WAIT ||
377 if (tcpstate == TCPS_SYN_RCVD) {
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c4617 int tcpstate; local
4630 tcpstate = tcp->tcp_state;
4643 if (tcpstate < TCPS_SYN_SENT || tcpstate > TCPS_CLOSE_WAIT ||
4729 if (tcpstate == TCPS_SYN_RCVD) {

Completed in 64 milliseconds