Home
last modified time | relevance | path

Searched refs:TCPS_FIN_WAIT_1 (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/netinet/
H A Dtcp_fsm.h37 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.sed.in47 SED_REPLACE(TCPS_FIN_WAIT_1)
H A Dtcp.d.in61 inline int32_t TCP_STATE_FIN_WAIT_1 = @TCPS_FIN_WAIT_1@;
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h35 #define TCPS_FIN_WAIT_1 2 /* have closed and sent fin */ macro
H A Dtcp.c3264 case TCPS_FIN_WAIT_1: in tcp_rput_data()
3990 case TCPS_FIN_WAIT_1: in tcp_rput_data()
4051 case TCPS_FIN_WAIT_1: in tcp_rput_data()
4317 case TCPS_FIN_WAIT_1: in tcp_timer()
5985 tcp->tcp_state = TCPS_FIN_WAIT_1; in tcp_xmit_mp()
6443 case TCPS_FIN_WAIT_1: in tcp_display()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c99 case TCPS_FIN_WAIT_1: \
723 case TCPS_FIN_WAIT_1: in tcp_display()
H A Dtcp_timers.c749 case TCPS_FIN_WAIT_1: in tcp_timer()
H A Dtcp_input.c3340 case TCPS_FIN_WAIT_1: in tcp_input_data()
4519 case TCPS_FIN_WAIT_1: in tcp_input_data()
4525 int32_t, TCPS_FIN_WAIT_1); in tcp_input_data()
4608 case TCPS_FIN_WAIT_1: in tcp_input_data()
4614 NULL, int32_t, TCPS_FIN_WAIT_1); in tcp_input_data()
H A Dtcp_output.c2793 tcp->tcp_state == TCPS_FIN_WAIT_1); in tcp_xmit_mp_aux_iss()
2976 tcp->tcp_state = TCPS_FIN_WAIT_1; in tcp_xmit_mp_aux_fss()
2983 tcp->tcp_state = TCPS_FIN_WAIT_1; in tcp_xmit_mp_aux_fss()
H A Dtcp_stats.c74 case TCPS_FIN_WAIT_1: in tcp_snmp_state()
H A Dtcp_tpi.c772 case TCPS_FIN_WAIT_1: in tcp_tpistate()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h61 #define TCPS_FIN_WAIT_1 2 /* have closed and sent fin */ macro
/titanic_41/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c195 { "FIN_WAIT1", TCPS_FIN_WAIT_1 }, in state2name()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1617 case TCPS_FIN_WAIT_1: in mitcp_state()