Searched refs:xOptErr (Results 1 – 1 of 1) sorted by relevance
427 int xOptErr = 0; in xMBTCPPortMasterCheckAlive() local428 ULONG ulOptLen = sizeof(xOptErr); in xMBTCPPortMasterCheckAlive()430 … xErr = getsockopt(pxInfo->xSockId, SOL_SOCKET, SO_ERROR, (void*)&xOptErr, (socklen_t*)&ulOptLen); in xMBTCPPortMasterCheckAlive()431 if (xOptErr != 0) { in xMBTCPPortMasterCheckAlive()433 pxInfo->xSockId, pxInfo->pcIpAddr, xOptErr); in xMBTCPPortMasterCheckAlive()