Home
last modified time | relevance | path

Searched refs:TCPS_FIN_WAIT_2 (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Dtcp_fsm.h41 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in50 SED_REPLACE(TCPS_FIN_WAIT_2)
H A Dtcp.d.in67 inline int32_t TCP_STATE_FIN_WAIT_2 = @TCPS_FIN_WAIT_2@;
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h39 #define TCPS_FIN_WAIT_2 5 /* have closed, fin is acked */ macro
H A Dtcp.c863 tcp_state_wait(sock_id, tcp, TCPS_FIN_WAIT_2) < 0) { in tcp_shutdown()
3265 case TCPS_FIN_WAIT_2: in tcp_rput_data()
3992 tcp->tcp_state = TCPS_FIN_WAIT_2; in tcp_rput_data()
4013 case TCPS_FIN_WAIT_2: in tcp_rput_data()
4057 case TCPS_FIN_WAIT_2: in tcp_rput_data()
4446 case TCPS_FIN_WAIT_2: in tcp_timer()
6452 case TCPS_FIN_WAIT_2: in tcp_display()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c100 case TCPS_FIN_WAIT_2: \
732 case TCPS_FIN_WAIT_2: in tcp_display()
H A Dtcp_timers.c886 case TCPS_FIN_WAIT_2: in tcp_timer()
H A Dtcp_input.c3341 case TCPS_FIN_WAIT_2: in tcp_input_data()
4521 tcp->tcp_state = TCPS_FIN_WAIT_2; in tcp_input_data()
4546 case TCPS_FIN_WAIT_2: in tcp_input_data()
4618 case TCPS_FIN_WAIT_2: in tcp_input_data()
4623 TCPS_FIN_WAIT_2); in tcp_input_data()
H A Dtcp_stats.c80 case TCPS_FIN_WAIT_2: in tcp_snmp_state()
H A Dtcp_tpi.c774 case TCPS_FIN_WAIT_2: in tcp_tpistate()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h65 #define TCPS_FIN_WAIT_2 5 /* have closed, fin is acked */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c196 { "FIN_WAIT2", TCPS_FIN_WAIT_2 }, in state2name()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1626 case TCPS_FIN_WAIT_2: in mitcp_state()