Searched refs:CONN_TCP (Results 1 – 6 of 6) sorted by relevance
78 HSession hSession = ptrConnect->MallocSession(false, CONN_TCP, thisClass); in AcceptClient()
135 HSession hSession = ptrConnect->MallocSession(true, CONN_TCP, this); in ConnectDaemon()
228 case CONN_TCP: in BuildDaemonVisableLine()778 connType = CONN_TCP; in CreateConnect()809 if (connType == CONN_TCP) { in CreateConnect()
244 di.connType = CONN_TCP; in OrderFindTargets()
360 case CONN_TCP: { in MallocSessionByConnectType()575 if (hSession->connType == CONN_TCP) { in FreeSessionContinue()782 case CONN_TCP: { in SendByProtocol()1050 if (hSession->connType == CONN_TCP) { in WorkThreadStartSession()1148 … 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