Home
last modified time | relevance | path

Searched refs:xTCPWindowTxHasData (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOS_Tiny_TCP_utest.c368 xReturn = xTCPWindowTxHasData( &xWindow, in test_xTCPWindowTxHasData()
383 xReturn = xTCPWindowTxHasData( &xWindow, in test_xTCPWindowTxHasData_txData_eq_zero()
404 xReturn = xTCPWindowTxHasData( &xWindow, in test_xTCPWindowTxHasData_outstanding_bits()
426 xReturn = xTCPWindowTxHasData( &xWindow, in test_xTCPWindowTxHasData_outstanding_bits_2()
445 xReturn = xTCPWindowTxHasData( &xWindow, in test_xTCPWindowTxHasData_tx_window_no_space()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_WIN.h202 BaseType_t xTCPWindowTxHasData( TCPWindow_t const * pxWindow,
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_utest.c1369 xReturn = xTCPWindowTxHasData( &xWindow, ulWindowSize, &ulDelay ); in test_xTCPWindowTxHasData_empty_list()
1388 xReturn = xTCPWindowTxHasData( &xWindow, ulWindowSize, &ulDelay ); in test_xTCPWindowTxHasData_null_segment()
1415 xReturn = xTCPWindowTxHasData( &xWindow, ulWindowSize, &ulDelay ); in test_xTCPWindowTxHasData_non_null_segment_maxage_lt_age()
1442 xReturn = xTCPWindowTxHasData( &xWindow, ulWindowSize, &ulDelay ); in test_xTCPWindowTxHasData_non_null_segment_maxAge_gt_age()
1468 xReturn = xTCPWindowTxHasData( &xWindow, ulWindowSize, &ulDelay ); in test_xTCPWindowTxHasData_no_space()
1498 xReturn = xTCPWindowTxHasData( &xWindow, ulWindowSize, &ulDelay ); in test_xTCPWindowTxHasData_no_space_size_lt_datalength()
1532 xReturn = xTCPWindowTxHasData( &xWindow, ulWindowSize, &ulDelay ); in test_xTCPWindowTxHasData_datalength_lt_maxlength()
1566 xReturn = xTCPWindowTxHasData( &xWindow, ulWindowSize, &ulDelay ); in test_xTCPWindowTxHasData_SendFullSize()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Tiny_TCP.c364 BaseType_t xTCPWindowTxHasData( TCPWindow_t const * pxWindow, in xTCPWindowTxHasData() function
DFreeRTOS_TCP_IP.c598 …BaseType_t xResult = xTCPWindowTxHasData( &pxSocket->u.xTCP.xTCPWindow, pxSocket->u.xTCP.ulWindowS… in prvTCPNextTimeout()
DFreeRTOS_TCP_WIN.c1591 BaseType_t xTCPWindowTxHasData( TCPWindow_t const * pxWindow, in xTCPWindowTxHasData() function