Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_fsm.h51 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
H A Dtcp_input.c1353 tp->t_state > TCPS_CLOSE_WAIT && tlen) { in tcp_input()
1428 case TCPS_CLOSE_WAIT: in tcp_input()
1499 case TCPS_CLOSE_WAIT: in tcp_input()
2028 tp->t_state = TCPS_CLOSE_WAIT; in tcp_input()
H A Dtcp_usrreq.c1103 case TCPS_CLOSE_WAIT: in tcp_usrclosed()