Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Cache.c84 uint32_t ulCurrentTimeSeconds );
89 uint32_t ulCurrentTimeSeconds );
94 uint32_t ulCurrentTimeSeconds );
165 uint32_t ulCurrentTimeSeconds; in FreeRTOS_ProcessDNSCache() local
169 ulCurrentTimeSeconds = ( xCurrentTickCount / portTICK_PERIOD_MS ) / 1000U; in FreeRTOS_ProcessDNSCache()
182 ulCurrentTimeSeconds ); in FreeRTOS_ProcessDNSCache()
189 ulCurrentTimeSeconds ); in FreeRTOS_ProcessDNSCache()
203 ulCurrentTimeSeconds ); in FreeRTOS_ProcessDNSCache()
261 uint32_t ulCurrentTimeSeconds ) in prvGetCacheIPEntry() argument
265 uint32_t ulAge = ulCurrentTimeSeconds - xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds; in prvGetCacheIPEntry()
[all …]