Home
last modified time | relevance | path

Searched refs:TCPS_TIME_WAIT (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Dtcp_fsm.h42 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
45 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c81 ASSERT(tcp->tcp_state == TCPS_TIME_WAIT); in tcp_time_wait_remove()
190 ASSERT(tcp->tcp_state == TCPS_TIME_WAIT); in tcp_time_wait_append()
228 TCPS_TIME_WAIT); in tcp_time_wait_append()
H A Dtcp_misc.c106 case TCPS_TIME_WAIT: \
476 if (acp->ac_start < TCPS_SYN_SENT || acp->ac_end > TCPS_TIME_WAIT || in tcp_ioctl_abort_conn()
735 case TCPS_TIME_WAIT: in tcp_display()
H A Dtcp_timers.c900 case TCPS_TIME_WAIT: in tcp_timer()
H A Dtcp.c883 tcp->tcp_state < TCPS_TIME_WAIT) { in tcp_clean_death()
997 if (tcp->tcp_state == TCPS_TIME_WAIT) { in tcp_stop_lingering()
1255 tcp->tcp_state < TCPS_TIME_WAIT) { in tcp_closei_local()
1323 if (tcp->tcp_state == TCPS_TIME_WAIT) in tcp_closei_local()
H A Dtcp_input.c117 (tcp)->tcp_state = TCPS_TIME_WAIT; \
2450 if (tcp->tcp_state == TCPS_TIME_WAIT) { in tcp_input_data()
3350 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_input_data()
3377 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_input_data()
4568 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_input_data()
H A Dtcp_stats.c82 case TCPS_TIME_WAIT: in tcp_snmp_state()
H A Dtcp_tpi.c779 case TCPS_TIME_WAIT: in tcp_tpistate()
H A Dtcp_output.c1611 if (tcp->tcp_state == TCPS_TIME_WAIT) { in tcp_close_output()
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in51 SED_REPLACE(TCPS_TIME_WAIT)
H A Dtcp.d.in69 inline int32_t TCP_STATE_TIME_WAIT = @TCPS_TIME_WAIT@;
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c199 { "TIME_WAIT", TCPS_TIME_WAIT }, in state2name()
689 if (!show_timewait && conn.tcp_state == TCPS_TIME_WAIT) in nca_conn()
758 if (!show_timewait && conn.tcp_state == TCPS_TIME_WAIT) in nca_tcpconn()
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h40 #define TCPS_TIME_WAIT 6 /* in 2*msl quiet wait after close */ macro
H A Dtcp.c988 if (tcp_state_wait(sock_id, tcp, TCPS_TIME_WAIT) < 0) { in tcp_close()
1923 if (tcp->tcp_state == TCPS_TIME_WAIT) in tcp_clean_death()
2741 if (tcp->tcp_state == TCPS_TIME_WAIT) { in tcp_rput_data()
2751 assert(tcp != NULL && tcp->tcp_state != TCPS_TIME_WAIT); in tcp_rput_data()
3274 assert(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_rput_data()
3301 assert(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_rput_data()
4024 tcp->tcp_state = TCPS_TIME_WAIT; in tcp_rput_data()
4033 assert(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_rput_data()
4058 tcp->tcp_state = TCPS_TIME_WAIT; in tcp_rput_data()
4454 case TCPS_TIME_WAIT: in tcp_timer()
[all …]
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h66 #define TCPS_TIME_WAIT 6 /* in 2*msl quiet wait after close */ macro
/titanic_41/usr/src/cmd/zoneadmd/
H A Dvplat.c3180 conn.ac_end = TCPS_TIME_WAIT; in tcp_abort_conn()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1629 case TCPS_TIME_WAIT: in mitcp_state()