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()
1646 else if( ( pxWindow->u.bits.bSendFullSize != pdFALSE_UNSIGNED ) && in xTCPWindowTxHasData()1737 else if( ( pxWindow->u.bits.bSendFullSize != pdFALSE_UNSIGNED ) && in pxTCPWindowTx_GetTXQueue()
2113 pxSocket->u.xTCP.xTCPWindow.u.bits.bSendFullSize = pdTRUE; in FreeRTOS_setsockopt()2117 pxSocket->u.xTCP.xTCPWindow.u.bits.bSendFullSize = pdFALSE; in FreeRTOS_setsockopt()2120 … if( ( pxSocket->u.xTCP.xTCPWindow.u.bits.bSendFullSize == pdFALSE_UNSIGNED ) && in FreeRTOS_setsockopt()
2099 TEST_ASSERT_EQUAL( pdTRUE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Set()2123 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateIncorrect()2148 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateCorrect()2177 TEST_ASSERT_EQUAL( pdFALSE, xSocket.u.xTCP.xTCPWindow.u.bits.bSendFullSize ); in test_FreeRTOS_setsockopt_SetFullSize_Reset_HappyPath()