Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/libslirp/
DMBuffNetifBackendLibslirp.c176 SlirpBackendContext_t * pxCtx = NULL; in vMBuffNetifBackendInit() local
263 pxCtx = ( SlirpBackendContext_t * ) pvContextBuffer; in vMBuffNetifBackendInit()
265 pxCtx->xSendMsgBuffer = xMessageBufferCreateStatic( xSEND_BUFFER_SIZE, in vMBuffNetifBackendInit()
266 pxCtx->pucTxBuffer, in vMBuffNetifBackendInit()
267 &( pxCtx->xSendMsgBufferStatic ) ); in vMBuffNetifBackendInit()
269 if( pxCtx->xSendMsgBuffer == NULL ) in vMBuffNetifBackendInit()
274 pxCtx->xRecvMsgBuffer = xMessageBufferCreateStatic( xSEND_BUFFER_SIZE, in vMBuffNetifBackendInit()
275 pxCtx->pucRxBuffer, in vMBuffNetifBackendInit()
276 &( pxCtx->xRecvMsgBufferStatic ) ); in vMBuffNetifBackendInit()
278 if( pxCtx->xRecvMsgBuffer == NULL ) in vMBuffNetifBackendInit()
[all …]