Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DBufferAllocation_2.c127 uint8_t * pBuff = 0; in PIC32_PktAlloc() local
135 pBuff = pPkt->pDSeg->segLoad; in PIC32_PktAlloc()
136 … TCPIP_MAC_PACKET ** ppkt = ( TCPIP_MAC_PACKET ** ) ( pBuff - PIC32_BUFFER_PKT_PTR_OSSET ); in PIC32_PktAlloc()
148 return pBuff; in PIC32_PktAlloc()
DNetworkInterface_eth.c165 static void _free( void * pBuff ) in _free() argument
167 vPortFree( pBuff ); in _free()