Home
last modified time | relevance | path

Searched refs:ulAge (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Tiny_TCP.c370 TickType_t ulAge, ulMaxAge; in xTCPWindowTxHasData() local
384 ulAge = ulTimerGetAge( &pxSegment->xTransmitTimer ); in xTCPWindowTxHasData()
387 if( ulMaxAge > ulAge ) in xTCPWindowTxHasData()
389 *pulDelay = ulMaxAge - ulAge; in xTCPWindowTxHasData()
DFreeRTOS_DNS_Cache.c362 uint32_t ulAge = ulCurrentTimeSeconds - xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds; in prvGetCacheIPEntry() local
366 if( ulAge < FreeRTOS_ntohl( xDNSCache[ uxIndex ].ulTTL ) ) in prvGetCacheIPEntry()
DFreeRTOS_TCP_WIN.c1597 TickType_t ulAge, ulMaxAge; in xTCPWindowTxHasData() local
1618 ulAge = ulTimerGetAge( &pxSegment->xTransmitTimer ); in xTCPWindowTxHasData()
1626 if( ulMaxAge > ulAge ) in xTCPWindowTxHasData()
1629 *pulDelay = ulMaxAge - ulAge; in xTCPWindowTxHasData()