Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c173 static uint32_t prvGenerateCRC32( const uint8_t * ucAddress );
178 static uint32_t prvGetHashIndex( const uint8_t * ucAddress );
919 static uint32_t prvGenerateCRC32( const uint8_t * ucAddress ) in prvGenerateCRC32() argument
924 const uint8_t * pucCurrent = ( const uint8_t * ) ucAddress; in prvGenerateCRC32()
949 static uint32_t prvGetHashIndex( const uint8_t * ucAddress ) in prvGetHashIndex() argument
951 uint32_t ulCrc = prvGenerateCRC32( ucAddress ); in prvGetHashIndex()