Searched refs:NETWORK_BUFFER_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance
89 #ifndef NETWORK_BUFFER_HEADER_SIZE90 #define NETWORK_BUFFER_HEADER_SIZE ( ipBUFFER_PADDING ) macro911 …BaseType_t xlength = CACHE_LINE_SIZE * ( ( ulTransmitSize + NETWORK_BUFFER_HEADER_SIZE + CACHE_LIN… in xSTM32F_NetworkInterfaceOutput()912 …nt32_t * pulBuffer = ( uint32_t ) ( pxDescriptor->pucEthernetBuffer - NETWORK_BUFFER_HEADER_SIZE ); in xSTM32F_NetworkInterfaceOutput()
109 #define NETWORK_BUFFER_HEADER_SIZE ( ipconfigPACKET_FILLER_SIZE + 8 ) macro642 …uint32_t xlength = CACHE_LINE_SIZE * ( ( ulTransmitSize + NETWORK_BUFFER_HEADER_SIZE + CACHE_LINE_… in prvSAM_NetworkInterfaceOutput()643 … uint32_t xAddress = ( uint32_t ) ( pxDescriptor->pucEthernetBuffer - NETWORK_BUFFER_HEADER_SIZE ); in prvSAM_NetworkInterfaceOutput()