Searched refs:xMaxSd (Results 1 – 2 of 2) sorted by relevance
447 int xMaxSd = xListenSock; in vMBTCPPortServerTask() local456 xMaxSd = (xConfig.pxMbClientInfo[i]->xSockId > xMaxSd) ? in vMBTCPPortServerTask()457 xConfig.pxMbClientInfo[i]->xSockId : xMaxSd; in vMBTCPPortServerTask()464 xErr = select(xMaxSd + 1 , &xReadSet , NULL , NULL , NULL); in vMBTCPPortServerTask()
665 int xMaxSd = 0; in vMBTCPPortMasterTask() local759 xMaxSd = (pxInfo->xSockId > xMaxSd) ? pxInfo->xSockId : xMaxSd; in vMBTCPPortMasterTask()