Searched refs:pxFdSet (Results 1 – 1 of 1) sorted by relevance
263 static int vMBTCPPortMasterRxCheck(int xSd, fd_set* pxFdSet, int xTimeMs) in vMBTCPPortMasterRxCheck() argument265 fd_set xReadSet = *pxFdSet; in vMBTCPPortMasterRxCheck()266 fd_set xErrorSet = *pxFdSet; in vMBTCPPortMasterRxCheck()279 *pxFdSet = xReadSet; in vMBTCPPortMasterRxCheck()606 static MbSlaveInfo_t* xMBTCPPortMasterGetSlaveReady(fd_set* pxFdSet) in xMBTCPPortMasterGetSlaveReady() argument615 if (FD_ISSET(pxInfo->xSockId, pxFdSet)) { in xMBTCPPortMasterGetSlaveReady()616 FD_CLR(pxInfo->xSockId, pxFdSet); in xMBTCPPortMasterGetSlaveReady()624 static int xMBTCPPortMasterCheckConnState(fd_set* pxFdSet) in xMBTCPPortMasterCheckConnState() argument626 fd_set xConnSetCheck = *pxFdSet; in xMBTCPPortMasterCheckConnState()