Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/libslirp/
DMBuffNetifBackendLibslirp.c176 SlirpBackendContext_t * pxCtx = NULL; in vMBuffNetifBackendInit() local
250 pxCtx = ( SlirpBackendContext_t * ) pvContextBuffer; in vMBuffNetifBackendInit()
252 pxCtx->xSendMsgBuffer = xMessageBufferCreateStatic( xSEND_BUFFER_SIZE, in vMBuffNetifBackendInit()
253 pxCtx->pucTxBuffer, in vMBuffNetifBackendInit()
254 &( pxCtx->xSendMsgBufferStatic ) ); in vMBuffNetifBackendInit()
256 if( pxCtx->xSendMsgBuffer == NULL ) in vMBuffNetifBackendInit()
261 pxCtx->xRecvMsgBuffer = xMessageBufferCreateStatic( xSEND_BUFFER_SIZE, in vMBuffNetifBackendInit()
262 pxCtx->pucRxBuffer, in vMBuffNetifBackendInit()
263 &( pxCtx->xRecvMsgBufferStatic ) ); in vMBuffNetifBackendInit()
265 if( pxCtx->xRecvMsgBuffer == NULL ) in vMBuffNetifBackendInit()
[all …]