Home
last modified time | relevance | path

Searched refs:LISTEN (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.h66 return fState > LISTEN && fState < OPEN; in _IsEstablishing()
87 LISTEN, enumerator
H A DL2capEndpoint.cpp135 if (fState == LISTEN) { in Shutdown()
261 fState = LISTEN; in Listen()
295 if (fState == LISTEN) in Connect()
553 if (fState != LISTEN) { in _HandleConnectionReq()
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp542 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 …]
H A Dtcp.h29 LISTEN, enumerator
H A Dtcp.cpp360 case LISTEN: in name_for_state()