Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.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.h156 uint8_t ucOptdata[ ipSIZE_TCP_OPTIONS ]; /**< The options + 12 = 32 */
/FreeRTOS-Plus-TCP-v3.1.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 ] =
306 const uint8_t ucTCPOptions_good_SACK[ ipSIZE_TCP_OPTIONS ] = in test_prvSingleStepTCPHeaderOptions_SACK()
340 const uint8_t ucTCPOptions_good_SACK[ ipSIZE_TCP_OPTIONS ] = in test_prvSingleStepTCPHeaderOptions_TS()
/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/TCP/prvTCPHandleState/
DTCPHandleState_harness.c73 …pxSocket->u.xTCP.xTCPWindow.ucOptionLength == sizeof( uint32_t ) * ipSIZE_TCP_OPTIONS / sizeof( ui… in harness()