Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_Tiny_TCP.c323 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow,
334 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow, in prvTCPWindowTxHasSpace() function
394 else if( prvTCPWindowTxHasSpace( pxWindow, ulWindowSize ) == pdFALSE ) in xTCPWindowTxHasData()
HDFreeRTOS_TCP_WIN.c186 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow,
1520 static BaseType_t prvTCPWindowTxHasSpace( TCPWindow_t const * pxWindow, in prvTCPWindowTxHasSpace() function
1645 else if( prvTCPWindowTxHasSpace( pxWindow, ulWindowSize ) == pdFALSE ) in xTCPWindowTxHasData()
1748 else if( prvTCPWindowTxHasSpace( pxWindow, ulWindowSize ) == pdFALSE ) in pxTCPWindowTx_GetTXQueue()