Searched refs:ucRecvBuffer (Results 1 – 2 of 2) sorted by relevance
792 uint8_t ucRecvBuffer[ ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ]; in prvInterruptSimulatorTask() local808 … uxStreamBufferGet( xRecvBuffer, 0, ( uint8_t * ) ucRecvBuffer, ( size_t ) xHeader.len, pdFALSE ); in prvInterruptSimulatorTask()809 pucPacketData = ucRecvBuffer; in prvInterruptSimulatorTask()
925 uint8_t ucRecvBuffer[ ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ]; in prvInterruptSimulatorTask() local941 … uxStreamBufferGet( xRecvBuffer, 0, ( uint8_t * ) ucRecvBuffer, ( size_t ) xHeader.len, pdFALSE ); in prvInterruptSimulatorTask()942 pucPacketData = ucRecvBuffer; in prvInterruptSimulatorTask()