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()
362 uint32_t ulAge = ulCurrentTimeSeconds - xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds; in prvGetCacheIPEntry() local366 if( ulAge < FreeRTOS_ntohl( xDNSCache[ uxIndex ].ulTTL ) ) in prvGetCacheIPEntry()
1597 TickType_t ulAge, ulMaxAge; in xTCPWindowTxHasData() local1618 ulAge = ulTimerGetAge( &pxSegment->xTransmitTimer ); in xTCPWindowTxHasData()1626 if( ulMaxAge > ulAge ) in xTCPWindowTxHasData()1629 *pulDelay = ulMaxAge - ulAge; in xTCPWindowTxHasData()