Home
last modified time | relevance | path

Searched refs:vTCPTimerSet (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Tiny_TCP.c100 static portINLINE void vTCPTimerSet( TCPTimer_t * pxTimer );
107 static portINLINE void vTCPTimerSet( TCPTimer_t * pxTimer ) in vTCPTimerSet() function
229 vTCPTimerSet( &( pxSegment->xTransmitTimer ) ); in lTCPWindowTxAdd()
282 vTCPTimerSet( &pxSegment->xTransmitTimer ); in ulTCPWindowTxGet()
DFreeRTOS_TCP_WIN.c348 static portINLINE void vTCPTimerSet( TCPTimer_t * pxTimer );
355 static portINLINE void vTCPTimerSet( TCPTimer_t * pxTimer ) in vTCPTimerSet() function
562 vTCPTimerSet( &pxSegment->xTransmitTimer ); in xTCPWindowNew()
1871 vTCPTimerSet( &( pxSegment->xTransmitTimer ) ); in ulTCPWindowTxGet()