Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c185 static uint32_t prvGetHashIndex( const uint8_t * ucAddress );
960 static uint32_t prvGetHashIndex( const uint8_t * ucAddress ) in prvGetHashIndex() function
983 xIndex = prvGetHashIndex( ucMacAddress ); in prvAddMACAddress()