Home
last modified time | relevance | path

Searched refs:TCPTimer_t (Results 1 – 3 of 3) 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()
113 static portINLINE uint32_t ulTimerGetAge( const TCPTimer_t * pxTimer );
122 static portINLINE uint32_t ulTimerGetAge( const TCPTimer_t * pxTimer ) in ulTimerGetAge()
DFreeRTOS_TCP_WIN.c348 static portINLINE void vTCPTimerSet( TCPTimer_t * pxTimer );
355 static portINLINE void vTCPTimerSet( TCPTimer_t * pxTimer ) in vTCPTimerSet()
361 static portINLINE uint32_t ulTimerGetAge( const TCPTimer_t * pxTimer );
370 static portINLINE uint32_t ulTimerGetAge( const TCPTimer_t * pxTimer ) in ulTimerGetAge()
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_TCP_WIN.h46 } TCPTimer_t; typedef
56TCPTimer_t xTransmitTimer; /**< saves a timestamp at the moment this segment gets transmitted (TX …