Searched refs:LISTEN (Results 1 – 5 of 5) sorted by relevance
66 return fState > LISTEN && fState < OPEN; in _IsEstablishing()87 LISTEN, enumerator
135 if (fState == LISTEN) { in Shutdown()261 fState = LISTEN; in Listen()295 if (fState == LISTEN) in Connect()553 if (fState != LISTEN) { in _HandleConnectionReq()
542 if (fState == LISTEN) in Close()545 if (fState == SYNCHRONIZE_SENT || fState == LISTEN) { in Close()629 if (fState == LISTEN) { in Connect()764 if (fState != CLOSED && fState != LISTEN) in Listen()782 fState = LISTEN; in Listen()826 if (fState == LISTEN) in SendData()949 if (fState == CLOSED || fState == LISTEN) { in ReadData()1426 if (fState == LISTEN) in _AvailableData()1705 ASSERT(fState != SYNCHRONIZE_SENT && fState != LISTEN); in _Receive()1919 if (fState != CLOSED && fState != LISTEN && fState != SYNCHRONIZE_SENT) { in _Receive()[all …]
29 LISTEN, enumerator
360 case LISTEN: in name_for_state()