Lines Matching refs:xResult
169 BaseType_t xResult = 0; in xTCPSocketCheck() local
251 xResult = prvTCPStatusAgeCheck( pxSocket ); in xTCPSocketCheck()
256 return xResult; in xTCPSocketCheck()
568 …BaseType_t xResult = xTCPWindowTxHasData( &pxSocket->u.xTCP.xTCPWindow, pxSocket->u.xTCP.ulWindowS… in prvTCPNextTimeout() local
572 if( xResult != ( BaseType_t ) 0 ) in prvTCPNextTimeout()
640 BaseType_t xResult = pdPASS; in xProcessReceivedTCPPacket() local
647 xResult = pdFAIL; in xProcessReceivedTCPPacket()
686 xResult = pdFAIL; in xProcessReceivedTCPPacket()
713 xResult = pdFAIL; in xProcessReceivedTCPPacket()
724 xResult = pdFAIL; in xProcessReceivedTCPPacket()
768 xResult = pdFAIL; in xProcessReceivedTCPPacket()
777 xResult = pdFAIL; in xProcessReceivedTCPPacket()
794 if( xResult != pdFAIL ) in xProcessReceivedTCPPacket()
814 xResult = prvCheckOptions( pxSocket, pxNetworkBuffer ); in xProcessReceivedTCPPacket()
817 if( xResult != pdFAIL ) in xProcessReceivedTCPPacket()
865 return xResult; in xProcessReceivedTCPPacket()
883 BaseType_t xResult = pdFALSE; in xTCPCheckNewClient() local
904 xResult = pdTRUE; in xTCPCheckNewClient()
910 return xResult; in xTCPCheckNewClient()