Searched refs:pxCtx (Results 1 – 1 of 1) sorted by relevance
176 SlirpBackendContext_t * pxCtx = NULL; in vMBuffNetifBackendInit() local263 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 …]