Lines Matching refs:ulCurrentTimeSeconds
70 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()
415 uint32_t ulCurrentTimeSeconds ) in prvUpdateCacheEntry() argument
431 xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds = ulCurrentTimeSeconds; in prvUpdateCacheEntry()
446 uint32_t ulCurrentTimeSeconds ) in prvInsertCacheEntry() argument
456 xDNSCache[ uxFreeEntry ].ulTimeWhenAddedInSeconds = ulCurrentTimeSeconds; in prvInsertCacheEntry()