Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_WIN.h87 #define ipSIZE_TCP_OPTIONS 16U macro
89 #define ipSIZE_TCP_OPTIONS 12U macro
130 …uint32_t ulOptionsData[ ipSIZE_TCP_OPTIONS / sizeof( uint32_t ) ]; /**< Contains the options we se…
DFreeRTOS_IP_Private.h188 uint8_t ucOptdata[ ipSIZE_TCP_OPTIONS ]; /**< The options + 12 = 32 */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Reception/
DFreeRTOS_TCP_Reception_utest.c75 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()
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/TCP/prvTCPHandleState/
DTCPHandleState_harness.c75 …pxSocket->u.xTCP.xTCPWindow.ucOptionLength == sizeof( uint32_t ) * ipSIZE_TCP_OPTIONS / sizeof( ui… in harness()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IP_Utils.c995 configASSERT( uxSize == ( ipEXPECTED_TCPHeader_t_SIZE + ipSIZE_TCP_OPTIONS ) ); in vPreCheckConfigs()