Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Reception/
DFreeRTOS_TCP_Reception_utest.c385 uint8_t ucTCPOptions = 0x00; in test_prvSingleStepTCPHeaderOptions_END_NOOP() local
386 memcpy( ( void * ) pxTCPHeader->ucOptdata, ( void * ) &ucTCPOptions, sizeof( ucTCPOptions ) ); in test_prvSingleStepTCPHeaderOptions_END_NOOP()
397 ucTCPOptions = 0x01; in test_prvSingleStepTCPHeaderOptions_END_NOOP()
398 memcpy( ( void * ) pxTCPHeader->ucOptdata, ( void * ) &ucTCPOptions, sizeof( ucTCPOptions ) ); in test_prvSingleStepTCPHeaderOptions_END_NOOP()
426 uint8_t ucTCPOptions[] = { 0x02, 0x04, 0x12, 0x34 }; in test_prvSingleStepTCPHeaderOptions_MSS_Invalid_Length() local
427 memcpy( ( void * ) pxTCPHeader->ucOptdata, ( void * ) &ucTCPOptions, sizeof( ucTCPOptions ) ); in test_prvSingleStepTCPHeaderOptions_MSS_Invalid_Length()
446 ucTCPOptions[ 1 ] = 0x03; in test_prvSingleStepTCPHeaderOptions_MSS_Invalid_Length()
447 memcpy( ( void * ) pxTCPHeader->ucOptdata, ( void * ) &ucTCPOptions, sizeof( ucTCPOptions ) ); in test_prvSingleStepTCPHeaderOptions_MSS_Invalid_Length()
473 const uint8_t ucTCPOptions[] = { 0x02, 0x04, 0x0, 0x0 }; in test_prvSingleStepTCPHeaderOptions_Zero_Length_MSS() local
474 memcpy( ( void * ) pxTCPHeader->ucOptdata, ( void * ) &ucTCPOptions, sizeof( ucTCPOptions ) ); in test_prvSingleStepTCPHeaderOptions_Zero_Length_MSS()
[all …]