Searched refs:xTCPWindowTxDone (Results 1 – 9 of 9) sorted by relevance
9 * xTCPWindowTxDone
17 * xTCPWindowTxDone
209 BaseType_t xTCPWindowTxDone( const TCPWindow_t * pxWindow );
340 xReturn = xTCPWindowTxDone( &xWindow ); in test_xTCPWindowTxDone_seg_datalength_eq_zero()352 xReturn = xTCPWindowTxDone( &xWindow ); in test_xTCPWindowTxDone_seg_datalength_ne_zero()
303 BaseType_t xTCPWindowTxDone( const TCPWindow_t * pxWindow ) in xTCPWindowTxDone() function
593 bTxDone = xTCPWindowTxDone( pxTCPWindow ); in prvHandleEstablished()
935 ( xTCPWindowTxDone( pxTCPWindow ) != pdFALSE ) ) in prvTCPPrepareSend()
1503 BaseType_t xTCPWindowTxDone( const TCPWindow_t * pxWindow ) in xTCPWindowTxDone() function
1354 xRet = xTCPWindowTxDone( &tcpWin ); in test_xTCPWindowTxDone()