Searched refs:ulCurrentTimeSeconds (Results 1 – 1 of 1) sorted by relevance
84 uint32_t ulCurrentTimeSeconds );89 uint32_t ulCurrentTimeSeconds );94 uint32_t ulCurrentTimeSeconds );165 uint32_t ulCurrentTimeSeconds; in FreeRTOS_ProcessDNSCache() local169 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() argument265 uint32_t ulAge = ulCurrentTimeSeconds - xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds; in prvGetCacheIPEntry()[all …]