Home
last modified time | relevance | path

Searched refs:bSendFullSize (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_TCP_WIN.h103bSendFullSize : 1, /**< May only send packets with a size equal to MSS (for optimisation) */ member
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
HDFreeRTOS_TCP_WIN_utest.c1514 xWindow.u.bits.bSendFullSize = pdTRUE_UNSIGNED; in test_xTCPWindowTxHasData_datalength_lt_maxlength()
1548 xWindow.u.bits.bSendFullSize = pdTRUE_UNSIGNED; in test_xTCPWindowTxHasData_SendFullSize()
1589 xWindow.u.bits.bSendFullSize = pdTRUE_UNSIGNED; in test_ulTCPWindowTxGet_config_assert()
1797 xWindow.u.bits.bSendFullSize = pdTRUE_UNSIGNED; in test_ulTCPWindowTxGet_empty_wait_queue_4()
1836 xWindow.u.bits.bSendFullSize = pdTRUE_UNSIGNED; in test_ulTCPWindowTxGet_empty_wait_queue_5()
1895 xWindow.u.bits.bSendFullSize = pdTRUE_UNSIGNED; in test_ulTCPWindowTxGet_empty_wait_queue_6()
/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_TCP_WIN.c1650 else if( ( pxWindow->u.bits.bSendFullSize != pdFALSE_UNSIGNED ) && in xTCPWindowTxHasData()
1741 else if( ( pxWindow->u.bits.bSendFullSize != pdFALSE_UNSIGNED ) && in pxTCPWindowTx_GetTXQueue()
HDFreeRTOS_Sockets.c2600 pxSocket->u.xTCP.xTCPWindow.u.bits.bSendFullSize = pdTRUE_UNSIGNED; in prvSetOptionSetFullSize()
2604 pxSocket->u.xTCP.xTCPWindow.u.bits.bSendFullSize = pdFALSE_UNSIGNED; in prvSetOptionSetFullSize()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
HDFreeRTOS_Sockets_GenericAPI_utest.c2070 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Set()
2094 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateIncorrect()
2119 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateCorrect()
2148 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_HappyPath()