Home
last modified time | relevance | path

Searched defs:pucPtr (Results 1 – 7 of 7) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/CheckOptionsOuter/
DCheckOptionsOuter_harness.c44 void __CPROVER_file_local_FreeRTOS_TCP_Reception_c_prvReadSackOption( const uint8_t * const pucPtr, in __CPROVER_file_local_FreeRTOS_TCP_Reception_c_prvReadSackOption()
74 uint8_t * pucPtr = malloc( buffer_size ); in harness() local
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_Reception.c107 const uint8_t * pucPtr; in prvCheckOptions() local
197 static int32_t prvSingleStepTCPHeaderOptions( const uint8_t * const pucPtr, in prvSingleStepTCPHeaderOptions()
372 static void prvReadSackOption( const uint8_t * const pucPtr, in prvReadSackOption()
DFreeRTOS_IP_Utils.c1704 uint32_t ulChar2u32( const uint8_t * pucPtr ) in ulChar2u32()
1722 uint16_t usChar2u16( const uint8_t * pucPtr ) in usChar2u16()
DFreeRTOS_DHCP.c1375 uint8_t * pucPtr; in prvCreatePartDHCPMessage() local
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/CheckOptionsInner/
DCheckOptionsInner_harness.c41 uint8_t * pucPtr = malloc( buffer_size ); in harness() local
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/CheckOptions/
DCheckOptions_harness.c49 …ER_file_local_FreeRTOS_TCP_Reception_c_prvSingleStepTCPHeaderOptions( const uint8_t * const pucPtr, in __CPROVER_file_local_FreeRTOS_TCP_Reception_c_prvSingleStepTCPHeaderOptions()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Utils/
DFreeRTOS_IP_Utils_utest.c2934 uint8_t pucPtr[] = { 0xAA, 0x00, 0x12, 0xEF }; in test_ulChar2u32() local
2948 uint8_t pucPtr[] = { 0xAA, 0x00, 0x12, 0xEF }; in test_usChar2u16() local