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