Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DBufferAllocation_2.c122 static uint8_t * PIC32_PktAlloc( uint16_t pktLen, in PIC32_PktAlloc() function
164 PIC32_PktAlloc( pktLen, segLoadLen, 0, &pPkt ); in PIC32_MacPacketAllocate()
229 … return PIC32_PktAlloc( sizeof( TCPIP_MAC_PACKET ), reqLength, PIC32_MacPacketAcknowledge, 0 ); in NetworkBufferAllocate()