Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/netinet/
H A Dtcp_fsm.h38 #define TCPS_CLOSING 7 /* closed xchd FIN; await FIN ACK */ macro
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in48 SED_REPLACE(TCPS_CLOSING)
H A Dtcp.d.in63 inline int32_t TCP_STATE_CLOSING = @TCPS_CLOSING@;
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h36 #define TCPS_CLOSING 3 /* closed, xchd FIN, await FIN ACK */ macro
H A Dtcp.c3269 case TCPS_CLOSING: in tcp_rput_data()
4022 case TCPS_CLOSING: in tcp_rput_data()
4053 tcp->tcp_state = TCPS_CLOSING; in tcp_rput_data()
4318 case TCPS_CLOSING: in tcp_timer()
6446 case TCPS_CLOSING: in tcp_display()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c104 case TCPS_CLOSING: \
726 case TCPS_CLOSING: in tcp_display()
H A Dtcp_timers.c750 case TCPS_CLOSING: in tcp_timer()
H A Dtcp_input.c3345 case TCPS_CLOSING: in tcp_input_data()
4555 case TCPS_CLOSING: in tcp_input_data()
4561 TCPS_CLOSING); in tcp_input_data()
4610 tcp->tcp_state = TCPS_CLOSING; in tcp_input_data()
H A Dtcp_stats.c76 case TCPS_CLOSING: in tcp_snmp_state()
H A Dtcp_tpi.c777 case TCPS_CLOSING: in tcp_tpistate()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h62 #define TCPS_CLOSING 3 /* closed, xchd FIN, await FIN ACK */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c197 { "CLOSING", TCPS_CLOSING }, in state2name()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1620 case TCPS_CLOSING: in mitcp_state()