Searched refs:xSendTimeStamp (Results 1 – 4 of 4) sorted by relevance
257 int64_t xTimeStamp = xMBTCPGetTimeStamp() - pxInfo->xSendTimeStamp; in xMBTCPPortMasterGetRespTimeLeft()637 ((xTime - pxInfo->xSendTimeStamp) > MB_TCP_RECONNECT_TIMEOUT))) { in xMBTCPPortMasterCheckConnState()643 … (int64_t)(xTime - pxInfo->xSendTimeStamp)); in xMBTCPPortMasterCheckConnState()704 pxInfo->xSendTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortMasterTask()766 pxInfo->xSendTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortMasterTask()873 xTime = xMBTCPGetTimeStamp() - pxCurrInfo->xSendTimeStamp; in vMBTCPPortMasterTask()1001 pxInfo->xSendTimeStamp = xMBTCPGetTimeStamp(); in xMBMasterTCPPortSendResponse()
75 int64_t xSendTimeStamp; /*!< Send request time stamp */ member
72 int64_t xSendTimeStamp; /*!< send request timestamp */ member
601 pxClientInfo->xSendTimeStamp = xMBTCPGetTimeStamp(); in vMBTCPPortServerTask()604 … (int)(pxClientInfo->xSendTimeStamp - pxClientInfo->xRecvTimeStamp)); in vMBTCPPortServerTask()