Searched refs:ulAge (Results 1 – 3 of 3) sorted by relevance
370 TickType_t ulAge, ulMaxAge; in xTCPWindowTxHasData() local384 ulAge = ulTimerGetAge( &pxSegment->xTransmitTimer ); in xTCPWindowTxHasData()387 if( ulMaxAge > ulAge ) in xTCPWindowTxHasData()389 *pulDelay = ulMaxAge - ulAge; in xTCPWindowTxHasData()
265 uint32_t ulAge = ulCurrentTimeSeconds - xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds; in prvGetCacheIPEntry() local269 if( ulAge < FreeRTOS_ntohl( xDNSCache[ uxIndex ].ulTTL ) ) in prvGetCacheIPEntry()
1593 TickType_t ulAge, ulMaxAge; in xTCPWindowTxHasData() local1614 ulAge = ulTimerGetAge( &pxSegment->xTransmitTimer ); in xTCPWindowTxHasData()1622 if( ulMaxAge > ulAge ) in xTCPWindowTxHasData()1625 *pulDelay = ulMaxAge - ulAge; in xTCPWindowTxHasData()