Searched refs:MB_TCP_LEN (Results 1 – 5 of 5) sorted by relevance
146 pucMBTCPFrame[MB_TCP_LEN] = ( usLength + 1 ) >> 8U; in eMBTCPSend()147 pucMBTCPFrame[MB_TCP_LEN + 1] = ( usLength + 1 ) & 0xFF; in eMBTCPSend()
145 pucMBTCPFrame[MB_TCP_LEN] = ( usLength + 1 ) >> 8U; in eMBMasterTCPSend()146 pucMBTCPFrame[MB_TCP_LEN + 1] = ( usLength + 1 ) & 0xFF; in eMBMasterTCPSend()
79 #define MB_TCP_LEN 4 macro
294 xLength = (int)MB_TCP_GET_FIELD(pxClientInfo->pucTCPBuf, MB_TCP_LEN); in xMBTCPPortRxPoll()
345 xLength = (int)MB_TCP_GET_FIELD(pxInfo->pucRcvBuf, MB_TCP_LEN); in vMBTCPPortMasterReadPacket()