Searched refs:CONN_TCP (Results 1 – 6 of 6) sorted by relevance
78 HSession hSession = ptrConnect->MallocSession(false, CONN_TCP, thisClass); in AcceptClient()
132 HSession hSession = ptrConnect->MallocSession(true, CONN_TCP, this); in ConnectDaemon()
227 case CONN_TCP: in BuildDaemonVisableLine()798 connType = CONN_TCP; in CreateConnect()829 if (connType == CONN_TCP) { in CreateConnect()
237 di.connType = CONN_TCP; in OrderFindTargets()
356 case CONN_TCP: { in MallocSessionByConnectType()559 if (CONN_TCP == hSession->connType) { in FreeSessionContinue()765 case CONN_TCP: { in SendByProtocol()1029 if (hSession->connType == CONN_TCP) { in WorkThreadStartSession()1126 … if (hSession->connType == CONN_TCP && hSession->hChildWorkTCP.loop) { // maybe not use it in DispatchMainThreadCommand()
66 enum ConnType { CONN_USB = 0, CONN_TCP, CONN_SERIAL, CONN_BT }; enumerator