Searched refs:bSendFullSize (Results 1 – 5 of 5) sorted by relevance
103 … bSendFullSize : 1, /**< May only send packets with a size equal to MSS (for optimisation) */ member
1514 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()
1650 else if( ( pxWindow->u.bits.bSendFullSize != pdFALSE_UNSIGNED ) && in xTCPWindowTxHasData()1741 else if( ( pxWindow->u.bits.bSendFullSize != pdFALSE_UNSIGNED ) && in pxTCPWindowTx_GetTXQueue()
2600 pxSocket->u.xTCP.xTCPWindow.u.bits.bSendFullSize = pdTRUE_UNSIGNED; in prvSetOptionSetFullSize()2604 pxSocket->u.xTCP.xTCPWindow.u.bits.bSendFullSize = pdFALSE_UNSIGNED; in prvSetOptionSetFullSize()
2070 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()