Home
last modified time | relevance | path

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

/external/chromium_org/net/websockets/
Dwebsocket_channel.cc350 return state_ == SEND_CLOSED || state_ == CLOSE_WAIT || state_ == CLOSED; in InClosingState()
419 state_ == CLOSE_WAIT); in SendFlowControl()
458 (state_ == CONNECTED || state_ == SEND_CLOSED || state_ == CLOSE_WAIT); in SendFlowControl()
799 if (state_ == CLOSE_WAIT) { in HandleFrameByState()
846 SetState(CLOSE_WAIT); in HandleFrameByState()
855 SetState(CLOSE_WAIT); in HandleFrameByState()
Dwebsocket_channel.h178 CLOSE_WAIT, // The Closing Handshake has completed, but the remote server enumerator
/external/libnl/lib/netfilter/
Dct_obj.c439 __ADD(TCP_CONNTRACK_CLOSE_WAIT,CLOSE_WAIT)