Searched refs:xTCPWindowTxHasData (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/ |
D | FreeRTOS_Tiny_TCP_utest.c | 368 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/ |
D | FreeRTOS_TCP_WIN.h | 202 BaseType_t xTCPWindowTxHasData( TCPWindow_t const * pxWindow,
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/ |
D | FreeRTOS_TCP_WIN_utest.c | 1369 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/ |
D | FreeRTOS_Tiny_TCP.c | 364 BaseType_t xTCPWindowTxHasData( TCPWindow_t const * pxWindow, in xTCPWindowTxHasData() function
|
D | FreeRTOS_TCP_IP.c | 598 …BaseType_t xResult = xTCPWindowTxHasData( &pxSocket->u.xTCP.xTCPWindow, pxSocket->u.xTCP.ulWindowS… in prvTCPNextTimeout()
|
D | FreeRTOS_TCP_WIN.c | 1591 BaseType_t xTCPWindowTxHasData( TCPWindow_t const * pxWindow, in xTCPWindowTxHasData() function
|