Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_fsm.h51 #define TCPS_CLOSE_WAIT 6 /* rcvd fin, waiting for close */ macro
67 #define TCP6S_CLOSE_WAIT TCPS_CLOSE_WAIT
HDtcp_input.c1693 case TCPS_CLOSE_WAIT: in tcp_input()
1861 tp->t_state > TCPS_CLOSE_WAIT && tlen) { in tcp_input()
1994 case TCPS_CLOSE_WAIT: in tcp_input()
2505 TCP_STATE_CHANGE(tp, TCPS_CLOSE_WAIT); in tcp_input()
HDtcp_usrreq.c1886 case TCPS_CLOSE_WAIT: in tcp_usrclosed()