Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.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.c350 static portINLINE void vTCPTimerSet( TCPTimer_t * pxTimer );
357 static portINLINE void vTCPTimerSet( TCPTimer_t * pxTimer ) in vTCPTimerSet() function
566 vTCPTimerSet( &pxSegment->xTransmitTimer ); in xTCPWindowNew()
1875 vTCPTimerSet( &( pxSegment->xTransmitTimer ) ); in ulTCPWindowTxGet()