Searched refs:pxCurClientInfo (Results 1 – 2 of 2) sorted by relevance
233 xConfig.pxCurClientInfo = NULL; in xMBTCPPortCloseConnection()571 xConfig.pxCurClientInfo = NULL; in vMBTCPPortServerTask()578 xConfig.pxCurClientInfo = pxClientInfo; in vMBTCPPortServerTask()680 if (xConfig.pxCurClientInfo) { in xMBTCPPortGetRequest()681 *ppucMBTCPFrame = &xConfig.pxCurClientInfo->pucTCPBuf[0]; in xMBTCPPortGetRequest()682 *usTCPLength = xConfig.pxCurClientInfo->usTCPBufPos; in xMBTCPPortGetRequest()685 xConfig.pxCurClientInfo->usTCPBufPos = 0; in xMBTCPPortGetRequest()686 xConfig.pxCurClientInfo->usTCPFrameBytesLeft = MB_TCP_FUNC; in xMBTCPPortGetRequest()701 if (xConfig.pxCurClientInfo) { in xMBTCPPortSendResponse()704 FD_SET(xConfig.pxCurClientInfo->xSockId, &xWriteSet); in xMBTCPPortSendResponse()[all …]
80 MbClientInfo_t* pxCurClientInfo; /*!< Current client info */ member