Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_DNS_Cache.c70 uint32_t ulCurrentTimeSeconds,
77 uint32_t ulCurrentTimeSeconds );
83 uint32_t ulCurrentTimeSeconds );
214 uint32_t ulCurrentTimeSeconds; in FreeRTOS_ProcessDNSCache() local
223 ulCurrentTimeSeconds = ( uint32_t ) ( ( xCurrentTickCount / portTICK_PERIOD_MS ) / 1000U ); in FreeRTOS_ProcessDNSCache()
237 ulCurrentTimeSeconds, in FreeRTOS_ProcessDNSCache()
245 ulCurrentTimeSeconds ); in FreeRTOS_ProcessDNSCache()
259 ulCurrentTimeSeconds ); in FreeRTOS_ProcessDNSCache()
357 uint32_t ulCurrentTimeSeconds, in prvGetCacheIPEntry() argument
362 uint32_t ulAge = ulCurrentTimeSeconds - xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds; in prvGetCacheIPEntry()
[all …]