Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/LPC18xx/
DNetworkInterface.c178 static uint32_t prvGetHashIndex( const uint8_t * ucAddress );
949 static uint32_t prvGetHashIndex( const uint8_t * ucAddress ) in prvGetHashIndex() function
972 xIndex = prvGetHashIndex( ucMacAddress ); in prvAddMACAddress()