Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_fsm.h53 #define TCPS_FIN_WAIT_1 7 /* have closed, sent fin */ macro
68 #define TCP6S_FIN_WAIT_1 TCPS_FIN_WAIT_1
HDtcp_input.c1565 TCP_STATE_CHANGE(tp, TCPS_FIN_WAIT_1); in tcp_input()
1691 case TCPS_FIN_WAIT_1: in tcp_input()
1970 TCP_STATE_CHANGE(tp, TCPS_FIN_WAIT_1); in tcp_input()
1992 case TCPS_FIN_WAIT_1: in tcp_input()
2263 case TCPS_FIN_WAIT_1: in tcp_input()
2512 case TCPS_FIN_WAIT_1: in tcp_input()
HDtcp_usrreq.c1883 TCP_STATE_CHANGE(tp, TCPS_FIN_WAIT_1); in tcp_usrclosed()