Home
last modified time | relevance | path

Searched refs:pktLen (Results 1 – 2 of 2) 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() argument
130 TCPIP_MAC_PACKET * pPkt = TCPIP_PKT_PacketAlloc( pktLen, segLoadLen, 0 ); in PIC32_PktAlloc()
158 TCPIP_MAC_PACKET * PIC32_MacPacketAllocate( uint16_t pktLen, in PIC32_MacPacketAllocate() argument
164 PIC32_PktAlloc( pktLen, segLoadLen, 0, &pPkt ); in PIC32_MacPacketAllocate()
DNetworkInterface_eth.c176 extern TCPIP_MAC_PACKET * PIC32_MacPacketAllocate( uint16_t pktLen,