Searched refs:usMSSInit (Results 1 – 6 of 6) sorted by relevance
140 uint16_t usMSSInit; /**< MSS as configured by the socket owner */ member
339 if( ulWindowSize >= pxWindow->usMSSInit ) in prvTCPWindowTxHasSpace()
301 pxTCPWindow->usMSSInit = ( uint16_t ) uxNewMSS; in prvSingleStepTCPHeaderOptions()
834 if( pxWindow->usMSSInit != 0U ) in vTCPWindowInit()836 pxWindow->usMSSInit = ( uint16_t ) ulMSS; in vTCPWindowInit()
341 xWindow.usMSSInit = 2; in test_vTCPWindowInit_MSS_not_zero()346 TEST_ASSERT_EQUAL( ulMSS, xWindow.usMSSInit ); in test_vTCPWindowInit_MSS_not_zero()357 xWindow.usMSSInit = 0; in test_vTCPWindowInit_MSS_not_zero_mssInit_zero()362 TEST_ASSERT_EQUAL( 0, xWindow.usMSSInit ); in test_vTCPWindowInit_MSS_not_zero_mssInit_zero()373 xWindow.usMSSInit = 0; in test_vTCPWindowInit_MSS_not_zero_mss_zero()378 TEST_ASSERT_EQUAL( 0, xWindow.usMSSInit ); in test_vTCPWindowInit_MSS_not_zero_mss_zero()
443 xWindow.usMSSInit = 300; in test_xTCPWindowTxHasData_tx_window_no_space()