Lines Matching refs:pdFALSE
185 BaseType_t xReturn = pdFALSE; in xWinPcap_NetworkInterfaceInitialise()
324 if( bReleaseAfterSend != pdFALSE ) in xWinPcap_NetworkInterfaceOutput()
335 BaseType_t xResult = pdFALSE; in xWinPcap_GetPhyLinkStatus()
405 BaseType_t xMatchFound = pdFALSE; in xDesiredAdapter()
434 static BaseType_t xInvalidInterfaceDetected = pdFALSE; in prvPrintAvailableNetworkInterfaces()
436 if( xInvalidInterfaceDetected == pdFALSE ) in prvPrintAvailableNetworkInterfaces()
730 uxStreamBufferGet( xSendBuffer, 0, ( uint8_t * ) &xLength, sizeof( xLength ), pdFALSE ); in prvWinPcapSendThread()
731 uxStreamBufferGet( xSendBuffer, 0, ( uint8_t * ) ucBuffer, xLength, pdFALSE ); in prvWinPcapSendThread()
736 iptraceDUMP_PACKET( ucBuffer, xLength, pdFALSE ); in prvWinPcapSendThread()
749 static BaseType_t xHasWarned = pdFALSE; in xPacketBouncedBack()
752 BaseType_t xResult = pdFALSE; in xPacketBouncedBack()
764 if( xHasWarned == pdFALSE ) in xPacketBouncedBack()
805 uxStreamBufferGet( xRecvBuffer, 0, ( uint8_t * ) &xHeader, sizeof( xHeader ), pdFALSE ); in prvInterruptSimulatorTask()
806 … uxStreamBufferGet( xRecvBuffer, 0, ( uint8_t * ) ucRecvBuffer, ( size_t ) xHeader.len, pdFALSE ); in prvInterruptSimulatorTask()
834 if( xBounced == pdFALSE ) in prvInterruptSimulatorTask()
925 if( isspace( *pcMessage ) != pdFALSE ) in prvRemoveSpaces()
927 while( isspace( *pcMessage ) != pdFALSE ) in prvRemoveSpaces()