Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netinet/
H A Dtcp_fsm.h40 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
/illumos-gate/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@;
/illumos-gate/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.c862 tcp_state_wait(sock_id, tcp, TCPS_FIN_WAIT_2) < 0) { in tcp_shutdown()
3264 case TCPS_FIN_WAIT_2: in tcp_rput_data()
3990 tcp->tcp_state = TCPS_FIN_WAIT_2; in tcp_rput_data()
4011 case TCPS_FIN_WAIT_2: in tcp_rput_data()
4055 case TCPS_FIN_WAIT_2: in tcp_rput_data()
4444 case TCPS_FIN_WAIT_2: in tcp_timer()
6451 case TCPS_FIN_WAIT_2: in tcp_display()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c100 case TCPS_FIN_WAIT_2: \
733 case TCPS_FIN_WAIT_2: in tcp_display()
H A Dtcp_timers.c857 case TCPS_FIN_WAIT_2: in tcp_timer()
H A Dtcp_input.c3458 case TCPS_FIN_WAIT_2: in tcp_input_data()
4610 tcp->tcp_state = TCPS_FIN_WAIT_2; in tcp_input_data()
4635 case TCPS_FIN_WAIT_2: in tcp_input_data()
4707 case TCPS_FIN_WAIT_2: in tcp_input_data()
4712 TCPS_FIN_WAIT_2); in tcp_input_data()
H A Dtcp_stats.c86 case TCPS_FIN_WAIT_2: in tcp_snmp_state()
H A Dtcp_tpi.c780 case TCPS_FIN_WAIT_2: in tcp_tpistate()
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat_tcp.c154 { TCPS_FIN_WAIT_2, "FIN_WAIT_2" },
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h68 #define TCPS_FIN_WAIT_2 5 /* have closed, fin is acked */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c2034 case TCPS_FIN_WAIT_2: in mitcp_state()