Searched refs:TCPS_IDLE (Results 1 - 15 of 15) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in40 SED_REPLACE(TCPS_IDLE)
H A Dtcp.d.in47 inline int32_t TCP_STATE_IDLE = @TCPS_IDLE@;
/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h26 #define TCPS_IDLE -5 /* idle (opened, but not bound) */ macro
H A Dtcp.c915 case TCPS_IDLE:
4307 case TCPS_IDLE:
5457 tcp->tcp_state = TCPS_IDLE;
6422 case TCPS_IDLE:
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h49 #define TCPS_IDLE -5 /* idle (opened, but not bound) */ macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c382 TCPS_IDLE, /* CURRENT_state */
396 TCPS_IDLE, /* CURRENT_state */
1601 if (tcp->tcp_state == TCPS_IDLE) {
1694 if (tcp->tcp_state == TCPS_IDLE) {
2718 tcp->tcp_state = TCPS_IDLE;
3090 tcp->tcp_state = TCPS_IDLE;
4125 case TCPS_IDLE:
4394 tcp->tcp_state = TCPS_IDLE;
H A Dtcp_bind.c885 int32_t, TCPS_IDLE);
H A Dtcp_misc.c702 case TCPS_IDLE:
H A Dtcp_timers.c637 case TCPS_IDLE:
H A Dtcp_tpi.c745 case TCPS_IDLE:
1386 * include TCPS_IDLE and TCPS_BOUND.
1389 case TCPS_IDLE:
H A Dtcp_stats.c59 case TCPS_IDLE: /* RFC1213 doesn't have analogue for IDLE & BOUND */
H A Dtcp_input.c2760 case TCPS_IDLE:
H A Dtcp_output.c1473 case TCPS_IDLE:
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c188 { "IDLE", TCPS_IDLE },
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1596 case TCPS_IDLE:

Completed in 214 milliseconds