Symbol: TCPS_TIME_WAIT
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
2037
case TCPS_TIME_WAIT:
usr/src/cmd/connstat/connstat_tcp.c
155
{ TCPS_TIME_WAIT, "TIME_WAIT" },
usr/src/cmd/zoneadmd/vplat.c
3278
conn.ac_end = TCPS_TIME_WAIT;
usr/src/stand/lib/tcp/tcp.c
1922
if (tcp->tcp_state == TCPS_TIME_WAIT)
usr/src/stand/lib/tcp/tcp.c
2740
if (tcp->tcp_state == TCPS_TIME_WAIT) {
usr/src/stand/lib/tcp/tcp.c
2750
assert(tcp != NULL && tcp->tcp_state != TCPS_TIME_WAIT);
usr/src/stand/lib/tcp/tcp.c
3273
assert(tcp->tcp_state != TCPS_TIME_WAIT);
usr/src/stand/lib/tcp/tcp.c
3300
assert(tcp->tcp_state != TCPS_TIME_WAIT);
usr/src/stand/lib/tcp/tcp.c
4022
tcp->tcp_state = TCPS_TIME_WAIT;
usr/src/stand/lib/tcp/tcp.c
4031
assert(tcp->tcp_state != TCPS_TIME_WAIT);
usr/src/stand/lib/tcp/tcp.c
4056
tcp->tcp_state = TCPS_TIME_WAIT;
usr/src/stand/lib/tcp/tcp.c
4452
case TCPS_TIME_WAIT:
usr/src/stand/lib/tcp/tcp.c
6454
case TCPS_TIME_WAIT:
usr/src/stand/lib/tcp/tcp.c
6629
assert(tcp->tcp_state == TCPS_TIME_WAIT);
usr/src/stand/lib/tcp/tcp.c
6673
assert(tcp_time_wait_tail->tcp_state == TCPS_TIME_WAIT);
usr/src/stand/lib/tcp/tcp.c
987
if (tcp_state_wait(sock_id, tcp, TCPS_TIME_WAIT) < 0) {
usr/src/uts/common/inet/tcp/tcp.c
1258
tcp->tcp_state < TCPS_TIME_WAIT) {
usr/src/uts/common/inet/tcp/tcp.c
1326
if (tcp->tcp_state == TCPS_TIME_WAIT)
usr/src/uts/common/inet/tcp/tcp.c
878
tcp->tcp_state < TCPS_TIME_WAIT) {
usr/src/uts/common/inet/tcp/tcp.c
992
if (tcp->tcp_state == TCPS_TIME_WAIT) {
usr/src/uts/common/inet/tcp/tcp_input.c
111
(tcp)->tcp_state = TCPS_TIME_WAIT; \
usr/src/uts/common/inet/tcp/tcp_input.c
2577
if (tcp->tcp_state == TCPS_TIME_WAIT) {
usr/src/uts/common/inet/tcp/tcp_input.c
3535
ASSERT(tcp->tcp_state != TCPS_TIME_WAIT);
usr/src/uts/common/inet/tcp/tcp_input.c
3562
ASSERT(tcp->tcp_state != TCPS_TIME_WAIT);
usr/src/uts/common/inet/tcp/tcp_input.c
4725
ASSERT(tcp->tcp_state != TCPS_TIME_WAIT);
usr/src/uts/common/inet/tcp/tcp_misc.c
106
case TCPS_TIME_WAIT: \
usr/src/uts/common/inet/tcp/tcp_misc.c
477
if (acp->ac_start < TCPS_SYN_SENT || acp->ac_end > TCPS_TIME_WAIT ||
usr/src/uts/common/inet/tcp/tcp_misc.c
736
case TCPS_TIME_WAIT:
usr/src/uts/common/inet/tcp/tcp_output.c
1631
if (tcp->tcp_state == TCPS_TIME_WAIT) {
usr/src/uts/common/inet/tcp/tcp_stats.c
89
case TCPS_TIME_WAIT:
usr/src/uts/common/inet/tcp/tcp_time_wait.c
147
ASSERT(tcp->tcp_state == TCPS_TIME_WAIT);
usr/src/uts/common/inet/tcp/tcp_time_wait.c
82
ASSERT(tcp->tcp_state == TCPS_TIME_WAIT);
usr/src/uts/common/inet/tcp/tcp_timers.c
871
case TCPS_TIME_WAIT:
usr/src/uts/common/inet/tcp/tcp_tpi.c
784
case TCPS_TIME_WAIT:
usr/src/uts/common/netinet/tcp_fsm.h
44
#define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)