Lines Matching refs:ulCurrentTimeSeconds
84 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()
312 uint32_t ulCurrentTimeSeconds ) in prvUpdateCacheEntry() argument
328 xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds = ulCurrentTimeSeconds; in prvUpdateCacheEntry()
342 uint32_t ulCurrentTimeSeconds ) in prvInsertCacheEntry() argument
351 xDNSCache[ uxFreeEntry ].ulTimeWhenAddedInSeconds = ulCurrentTimeSeconds; in prvInsertCacheEntry()