Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c63 static BaseType_t prvFindEntryIndex( const char * pcName,
224 xResult = prvFindEntryIndex( pcName, pxIP, &uxIndex ); in FreeRTOS_ProcessDNSCache()
313 static BaseType_t prvFindEntryIndex( const char * pcName, in prvFindEntryIndex() function