Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.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.c265 uint32_t ulAge = ulCurrentTimeSeconds - xDNSCache[ uxIndex ].ulTimeWhenAddedInSeconds; in prvGetCacheIPEntry() local
269 if( ulAge < FreeRTOS_ntohl( xDNSCache[ uxIndex ].ulTTL ) ) in prvGetCacheIPEntry()
DFreeRTOS_TCP_WIN.c1593 TickType_t ulAge, ulMaxAge; in xTCPWindowTxHasData() local
1614 ulAge = ulTimerGetAge( &pxSegment->xTransmitTimer ); in xTCPWindowTxHasData()
1622 if( ulMaxAge > ulAge ) in xTCPWindowTxHasData()
1625 *pulDelay = ulMaxAge - ulAge; in xTCPWindowTxHasData()