Searched refs:TCP_CLOSE_WAIT (Results 1 – 3 of 3) sorted by relevance
218 #define TCP_CLOSE_WAIT ( TCP_STATE_SENT ( TCP_SYN | TCP_ACK ) | \ macro
134 TCP_CLOSE_WAIT, enumerator
118 case TCP_CLOSE_WAIT: return "CLOSE_WAIT"; in tcp_state()532 ( tcp->tcp_state == TCP_CLOSE_WAIT ) || in tcp_expired()