Searched defs:RTTCPSERVERSTATE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dtcp.cpp102 typedef enum RTTCPSERVERSTATE enum
120 } RTTCPSERVERSTATE; typedef in typeref:enum:RTTCPSERVERSTATE
130 RTTCPSERVERSTATE volatile enmState;
171 DECLINLINE(bool) rtTcpServerTrySetState(PRTTCPSERVER pServer, RTTCPSERVERSTATE enmStateNew, RTTCPSERVERSTATE enmStateOld)
181 DECLINLINE(void) rtTcpServerSetState(PRTTCPSERVER pServer, RTTCPSERVERSTATE enmStateNew, RTTCPSERVERSTATE enmStateOld)
442 RTTCPSERVERSTATE enmState = pServer->enmState;
533 RTTCPSERVERSTATE enmState = pServer->enmState;
587 RTTCPSERVERSTATE enmStat
[all...]

Completed in 43 milliseconds