Searched defs:pxWindow (Results 1 – 2 of 2) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.0/source/ |
| D | FreeRTOS_Tiny_TCP.c | 146 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()
|
| D | FreeRTOS_TCP_WIN.c | 64 …#define xTCPWindowRxNew( pxWindow, ulSequenceNumber, lCount ) xTCPWindowNew( pxWindow, ulSequen… argument 67 …#define xTCPWindowTxNew( pxWindow, ulSequenceNumber, lCount ) xTCPWindowNew( pxWindow, ulSequen… argument 476 static TCPSegment_t * xTCPWindowRxFind( const TCPWindow_t * pxWindow, in xTCPWindowRxFind() 521 static TCPSegment_t * xTCPWindowNew( TCPWindow_t * pxWindow, in xTCPWindowNew() 596 BaseType_t xTCPWindowRxEmpty( const TCPWindow_t * pxWindow ) in xTCPWindowRxEmpty() 732 void vTCPWindowDestroy( TCPWindow_t const * pxWindow ) in vTCPWindowDestroy() 776 void vTCPWindowCreate( TCPWindow_t * pxWindow, in vTCPWindowCreate() 822 void vTCPWindowInit( TCPWindow_t * pxWindow, in vTCPWindowInit() 924 static TCPSegment_t * xTCPWindowRxConfirm( const TCPWindow_t * pxWindow, in xTCPWindowRxConfirm() 993 static void prvTCPWindowRx_ExpectedRX( TCPWindow_t * pxWindow, in prvTCPWindowRx_ExpectedRX() [all …]
|