Home
last modified time | relevance | path

Searched defs:pxWindow (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Tiny_TCP.c146 int32_t lTCPWindowRxCheck( TCPWindow_t * pxWindow, in lTCPWindowRxCheck()
185 int32_t lTCPWindowTxAdd( TCPWindow_t * pxWindow, in lTCPWindowTxAdd()
253 uint32_t ulTCPWindowTxGet( TCPWindow_t * pxWindow, in ulTCPWindowTxGet()
303 BaseType_t xTCPWindowTxDone( const TCPWindow_t * pxWindow ) in xTCPWindowTxDone()
334 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow, in prvTCPWindowTxHasSpace()
364 BaseType_t xTCPWindowTxHasData( TCPWindow_t const * pxWindow, in xTCPWindowTxHasData()
420 uint32_t ulTCPWindowTxAck( TCPWindow_t * pxWindow, in ulTCPWindowTxAck()
473 BaseType_t xTCPWindowRxEmpty( const TCPWindow_t * pxWindow ) in xTCPWindowRxEmpty()
492 void vTCPWindowDestroy( const TCPWindow_t * pxWindow ) in vTCPWindowDestroy()
DFreeRTOS_TCP_WIN.c64 …#define xTCPWindowRxNew( pxWindow, ulSequenceNumber, lCount ) xTCPWindowNew( pxWindow, ulSequen… argument
67 …#define xTCPWindowTxNew( pxWindow, ulSequenceNumber, lCount ) xTCPWindowNew( pxWindow, ulSequen… argument
480 static TCPSegment_t * xTCPWindowRxFind( const TCPWindow_t * pxWindow, in xTCPWindowRxFind()
525 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow, in xTCPWindowNew()
600 BaseType_t xTCPWindowRxEmpty( const TCPWindow_t * pxWindow ) in xTCPWindowRxEmpty()
736 void vTCPWindowDestroy( TCPWindow_t const * pxWindow ) in vTCPWindowDestroy()
780 void vTCPWindowCreate( TCPWindow_t * pxWindow, in vTCPWindowCreate()
826 void vTCPWindowInit( TCPWindow_t * pxWindow, in vTCPWindowInit()
928 static TCPSegment_t * xTCPWindowRxConfirm( const TCPWindow_t * pxWindow, in xTCPWindowRxConfirm()
997 static void prvTCPWindowRx_ExpectedRX( TCPWindow_t * pxWindow, in prvTCPWindowRx_ExpectedRX()
[all …]