Searched refs:MB_TCP_UID (Results 1 – 3 of 3) sorted by relevance
80 #define MB_TCP_UID 6 macro
296 if (pxClientInfo->usTCPBufPos < (MB_TCP_UID + xLength)) { in xMBTCPPortRxPoll()298 … pxClientInfo->usTCPFrameBytesLeft = xLength + MB_TCP_UID - pxClientInfo->usTCPBufPos; in xMBTCPPortRxPoll()299 } else if (pxClientInfo->usTCPBufPos == (MB_TCP_UID + xLength)) { in xMBTCPPortRxPoll()
333 xRet = xMBTCPPortMasterGetBuf(pxInfo, &pxInfo->pucRcvBuf[0], MB_TCP_UID); in vMBTCPPortMasterReadPacket()337 } else if (xRet != MB_TCP_UID) { in vMBTCPPortMasterReadPacket()346 xRet = xMBTCPPortMasterGetBuf(pxInfo, &pxInfo->pucRcvBuf[MB_TCP_UID], xLength); in vMBTCPPortMasterReadPacket()367 pxInfo->usRcvPos += xRet + MB_TCP_UID; in vMBTCPPortMasterReadPacket()