Searched refs:MB_TCP_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
69 #define MB_TCP_BUF_SIZE (256 + 7) // Must hold a complete Modbus TCP frame. macro
270 … MB_PORT_CHECK((pxClientInfo->usTCPBufPos + pxClientInfo->usTCPFrameBytesLeft < MB_TCP_BUF_SIZE), in xMBTCPPortRxPoll()307 } else if ((pxClientInfo->usTCPBufPos + xLength) >= MB_TCP_BUF_SIZE) { in xMBTCPPortRxPoll()512 pxClientInfo->pucTCPBuf = calloc(MB_TCP_BUF_SIZE, sizeof(UCHAR)); in vMBTCPPortServerTask()
692 pxInfo->pucRcvBuf = calloc(MB_TCP_BUF_SIZE, sizeof(UCHAR)); in vMBTCPPortMasterTask()