Searched refs:ipSIZE_TCP_OPTIONS (Results 1 – 5 of 5) sorted by relevance
87 #define ipSIZE_TCP_OPTIONS 16U macro89 #define ipSIZE_TCP_OPTIONS 12U macro130 …uint32_t ulOptionsData[ ipSIZE_TCP_OPTIONS / sizeof( uint32_t ) ]; /**< Contains the options we se…
188 uint8_t ucOptdata[ ipSIZE_TCP_OPTIONS ]; /**< The options + 12 = 32 */
75 const uint8_t ucTCPOptions_good_MSS_WSF[ ipSIZE_TCP_OPTIONS ] =85 const uint8_t ucTCPOptions_bad_MSS_WSF[ ipSIZE_TCP_OPTIONS ] =94 const uint8_t ucTCPOptions_good_MSS_WSF_woEND[ ipSIZE_TCP_OPTIONS ] =104 const uint8_t ucTCPOptions_good_SACK[ ipSIZE_TCP_OPTIONS ] =111 const uint8_t ucTCPOptions_good_TS[ ipSIZE_TCP_OPTIONS ] =320 const uint8_t ucTCPOptions_good_SACK[ ipSIZE_TCP_OPTIONS ] = in test_prvSingleStepTCPHeaderOptions_SACK()354 const uint8_t ucTCPOptions_good_SACK[ ipSIZE_TCP_OPTIONS ] = in test_prvSingleStepTCPHeaderOptions_TS()
75 …pxSocket->u.xTCP.xTCPWindow.ucOptionLength == sizeof( uint32_t ) * ipSIZE_TCP_OPTIONS / sizeof( ui… in harness()
995 configASSERT( uxSize == ( ipEXPECTED_TCPHeader_t_SIZE + ipSIZE_TCP_OPTIONS ) ); in vPreCheckConfigs()