Home
last modified time | relevance | path

Searched refs:xAccepted (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/STM32Fxx/
HDNetworkInterface.c1095 BaseType_t xAccepted = pdTRUE; in prvNetworkInterfaceInput() local
1116 xAccepted = pdFALSE; in prvNetworkInterfaceInput()
1121 xAccepted = xMayAcceptPacket( pucBuffer ); in prvNetworkInterfaceInput()
1124 if( xAccepted != pdFALSE ) in prvNetworkInterfaceInput()
1133 xAccepted = pdFALSE; in prvNetworkInterfaceInput()
1158 if( xAccepted != pdFALSE ) in prvNetworkInterfaceInput()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
HDx_emacpsif_dma.c495 BaseType_t xAccepted; in emacps_check_rx() local
517 xAccepted = xMayAcceptPacket( pxBuffer->pucEthernetBuffer ); in emacps_check_rx()
519 if( xAccepted == pdFALSE ) in emacps_check_rx()