Searched refs:xConnSet (Results 1 – 1 of 1) sorted by relevance
663 fd_set xConnSet; in vMBTCPPortMasterTask() local724 FD_ZERO(&xConnSet); in vMBTCPPortMasterTask()744 if (FD_ISSET(pxInfo->xSockId, &xConnSet)) { in vMBTCPPortMasterTask()745 FD_CLR(pxInfo->xSockId, &xConnSet); in vMBTCPPortMasterTask()756 if (!FD_ISSET(pxInfo->xSockId, &xConnSet)) { in vMBTCPPortMasterTask()757 FD_SET(pxInfo->xSockId, &xConnSet); in vMBTCPPortMasterTask()788 xReadSet = xConnSet; in vMBTCPPortMasterTask()830 xMBTCPPortMasterCheckConnState(&xConnSet); in vMBTCPPortMasterTask()863 xMBTCPPortMasterCheckConnState(&xConnSet); in vMBTCPPortMasterTask()