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;
87 LISTEN, enumerator in enum:L2capEndpoint::channel_status
H A DL2capEndpoint.cpp135 if (fState == LISTEN) {
261 fState = LISTEN;
295 if (fState == LISTEN)
553 if (fState != LISTEN) {
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp538 if (fState == LISTEN)
541 if (fState == SYNCHRONIZE_SENT || fState == LISTEN) {
623 // Can only call connect() from CLOSED or LISTEN states
625 if (fState == LISTEN) {
760 if (fState != CLOSED && fState != LISTEN)
778 fState = LISTEN;
822 if (fState == LISTEN)
945 if (fState == CLOSED || fState == LISTEN) {
1353 if (fState == LISTEN)
1627 ASSERT(fState != SYNCHRONIZE_SENT && fState != LISTEN);
[all...]
H A Dtcp.h29 LISTEN, enumerator in enum:tcp_state
H A Dtcp.cpp360 case LISTEN:

Completed in 94 milliseconds