Home
last modified time | relevance | path

Searched refs:pxCurClientInfo (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.c233 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 …]
Dport_tcp_slave.h80 MbClientInfo_t* pxCurClientInfo; /*!< Current client info */ member