Searched refs:ulCurrentTimeSeconds (Results 1 – 1 of 1) sorted by relevance
70 uint32_t ulCurrentTimeSeconds,77 uint32_t ulCurrentTimeSeconds );83 uint32_t ulCurrentTimeSeconds );214 uint32_t ulCurrentTimeSeconds; in FreeRTOS_ProcessDNSCache() local223 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() argument362 uint32_t ulAge = ulCurrentTimeSeconds - xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds; in prvGetCacheIPEntry()[all …]