| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/TraceMacros/Example1/ |
| A D | DemoIPTrace.c | 72 …{ iptraceID_NETWORK_INTERFACE_RECEIVE, ( const uint8_t * const ) "Packets received by the ne… 73 …{ iptraceID_NETWORK_INTERFACE_TRANSMIT, ( const uint8_t * const ) "Count of transmitted packe… 74 …{ iptraceID_PACKET_DROPPED_TO_GENERATE_ARP, ( const uint8_t * const ) "Count of packets dropped t… 75 …{ iptraceID_NETWORK_BUFFER_OBTAINED, ( const uint8_t * const ) "Lowest ever available netw… 76 …{ iptraceID_NETWORK_EVENT_RECEIVED, ( const uint8_t * const ) "Lowest ever free space in … 77 …{ iptraceID_FAILED_TO_OBTAIN_NETWORK_BUFFER, ( const uint8_t * const ) "Count of failed attempts t… 78 …{ iptraceID_ARP_TABLE_ENTRY_EXPIRED, ( const uint8_t * const ) "Count of expired ARP entri… 79 …{ iptraceID_FAILED_TO_CREATE_SOCKET, ( const uint8_t * const ) "Count of failures to creat… 80 …{ iptraceID_RECVFROM_DISCARDING_BYTES, ( const uint8_t * const ) "Count of times recvfrom() … 81 …{ iptraceID_ETHERNET_RX_EVENT_LOST, ( const uint8_t * const ) "Count of lost Ethernet Rx … [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/ |
| A D | mpu_armv7.h | 35 #define ARM_MPU_REGION_SIZE_32B ( ( uint8_t ) 0x04U ) /*/!< MPU Region Size 32 Bytes */ 36 #define ARM_MPU_REGION_SIZE_64B ( ( uint8_t ) 0x05U ) /*/!< MPU Region Size 64 Bytes */ 37 #define ARM_MPU_REGION_SIZE_128B ( ( uint8_t ) 0x06U ) /*/!< MPU Region Size 128 Bytes */ 38 #define ARM_MPU_REGION_SIZE_256B ( ( uint8_t ) 0x07U ) /*/!< MPU Region Size 256 Bytes */ 39 #define ARM_MPU_REGION_SIZE_512B ( ( uint8_t ) 0x08U ) /*/!< MPU Region Size 512 Bytes */ 40 #define ARM_MPU_REGION_SIZE_1KB ( ( uint8_t ) 0x09U ) /*/!< MPU Region Size 1 KByte */ 41 #define ARM_MPU_REGION_SIZE_2KB ( ( uint8_t ) 0x0AU ) /*/!< MPU Region Size 2 KBytes */ 42 #define ARM_MPU_REGION_SIZE_4KB ( ( uint8_t ) 0x0BU ) /*/!< MPU Region Size 4 KBytes */ 43 #define ARM_MPU_REGION_SIZE_8KB ( ( uint8_t ) 0x0CU ) /*/!< MPU Region Size 8 KBytes */ 50 #define ARM_MPU_REGION_SIZE_1MB ( ( uint8_t ) 0x13U ) /*/!< MPU Region Size 1 MByte */ [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redfse.h | 76 REDSTATUS RedFseMount( uint8_t bVolNum ); 77 REDSTATUS RedFseUnmount( uint8_t bVolNum ); 79 REDSTATUS RedFseFormat( uint8_t bVolNum ); 81 int32_t RedFseRead( uint8_t bVolNum, 87 int32_t RedFseWrite( uint8_t bVolNum, 94 REDSTATUS RedFseTruncate( uint8_t bVolNum, 98 int64_t RedFseSizeGet( uint8_t bVolNum, 101 REDSTATUS RedFseTransMaskSet( uint8_t bVolNum, 105 REDSTATUS RedFseTransMaskGet( uint8_t bVolNum, 109 REDSTATUS RedFseTransact( uint8_t bVolNum );
|
| A D | redosserv.h | 45 REDSTATUS RedOsBDevOpen( uint8_t bVolNum, 47 REDSTATUS RedOsBDevClose( uint8_t bVolNum ); 48 REDSTATUS RedOsBDevRead( uint8_t bVolNum, 54 REDSTATUS RedOsBDevWrite( uint8_t bVolNum, 58 REDSTATUS RedOsBDevFlush( uint8_t bVolNum ); 63 REDSTATUS RedOsBDevConfig( uint8_t bVolNum,
|
| A D | redtests.h | 109 uint8_t * pbVolNum, 130 uint8_t * pbVolNum, 139 uint8_t bVolNum; /**< Volume number. */ 152 uint8_t * pbVolNum, 170 uint8_t * pbVolNum, 199 uint8_t bVolNum; /**< Volume number. */ 207 uint8_t * pbVolNum, 249 uint8_t * pbVolNum, 258 uint8_t bDrvNum; /**< Volume number (for sector size/count). */ 277 uint8_t * pbVolNum, [all …]
|
| A D | redvolume.h | 72 uint8_t bBlockIoRetries; 107 uint8_t bBlockSectorShift; 137 extern CONST_IF_ONE_VOLUME uint8_t gbRedVolNum;
|
| A D | reddeviations.h | 86 #define CAST_VOID_PTR_TO_CONST_UINT8_PTR( PTR ) ( ( const uint8_t * ) ( PTR ) ) 99 #define CAST_VOID_PTR_TO_UINT8_PTR( PTR ) ( ( uint8_t * ) ( PTR ) ) 148 uint8_t nam[ size1 ][ size2 ]; \
|
| A D | redutils.h | 49 uint8_t bVal, 74 bool RedBitGet( const uint8_t * pbBitmap, 76 void RedBitSet( uint8_t * pbBitmap, 78 void RedBitClear( uint8_t * pbBitmap,
|
| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Test_code/Test_Cases/ |
| A D | test_freertos_tcp.c | 76 uint8_t ucGoodDnsResponse[] = in TEST() 98 uint8_t ucBadDnsResponseA[] = in TEST() 106 uint8_t ucBadDnsResponseB[] = in TEST() 121 uint8_t ucBadDnsResponseC[] = in TEST() 126 uint8_t ucBadDnsResponseD[] = in TEST() 135 uint8_t ucBadDnsResponseE[] = in TEST() 150 uint8_t ucBadDnsResponseF[] = in TEST() 171 uint8_t ucBadDnsResponseG[] = in TEST() 308 uint8_t ucDivideByZero[] = in TEST() 331 uint8_t ucBadUdpPacketA[] = in TEST() [all …]
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/Test_code/Test_Cases/ |
| A D | test_freertos_tcp.c | 76 uint8_t ucGoodDnsResponse[] = in TEST() 98 uint8_t ucBadDnsResponseA[] = in TEST() 106 uint8_t ucBadDnsResponseB[] = in TEST() 121 uint8_t ucBadDnsResponseC[] = in TEST() 126 uint8_t ucBadDnsResponseD[] = in TEST() 135 uint8_t ucBadDnsResponseE[] = in TEST() 150 uint8_t ucBadDnsResponseF[] = in TEST() 171 uint8_t ucBadDnsResponseG[] = in TEST() 308 uint8_t ucDivideByZero[] = in TEST() 331 uint8_t ucBadUdpPacketA[] = in TEST() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/ |
| A D | main.c | 78 static const uint8_t ucIPAddress[ 4 ] = { configIP_ADDR0, configIP_ADDR1, configIP_ADDR2, configIP_… 79 static const uint8_t ucNetMask[ 4 ] = { configNET_MASK0, configNET_MASK1, configNET_MASK2, configNE… 80 static const uint8_t ucGatewayAddress[ 4 ] = { configGATEWAY_ADDR0, configGATEWAY_ADDR1, configGATE… 81 static const uint8_t ucDNSServerAddress[ 4 ] = { configDNS_SERVER_ADDR0, configDNS_SERVER_ADDR1, co… 88 const uint8_t ucMACAddress[ 6 ] = { configMAC_ADDR0, configMAC_ADDR1, configMAC_ADDR2, configMAC_AD… 214 static const uint8_t * pcSuccess = ( uint8_t * ) "Ping reply received - "; in vApplicationPingReplyHook() 215 …static const uint8_t * pcInvalidChecksum = ( uint8_t * ) "Ping reply received with invalid checksu… in vApplicationPingReplyHook() 216 static const uint8_t * pcInvalidData = ( uint8_t * ) "Ping reply received with invalid data - "; in vApplicationPingReplyHook() 217 static uint8_t cMessage[ 50 ]; in vApplicationPingReplyHook()
|
| /FreeRTOS-Plus/Source/Reliance-Edge/os/freertos/services/ |
| A D | osbdev.c | 119 static REDSTATUS DiskOpen( uint8_t bVolNum, 121 static REDSTATUS DiskClose( uint8_t bVolNum ); 122 static REDSTATUS DiskRead( uint8_t bVolNum, 127 static REDSTATUS DiskWrite( uint8_t bVolNum, 156 REDSTATUS RedOsBDevOpen( uint8_t bVolNum, in RedOsBDevOpen() 194 REDSTATUS RedOsBDevClose( uint8_t bVolNum ) in RedOsBDevClose() 230 REDSTATUS RedOsBDevRead( uint8_t bVolNum, in RedOsBDevRead() 274 REDSTATUS RedOsBDevWrite( uint8_t bVolNum, in RedOsBDevWrite() 318 REDSTATUS RedOsBDevFlush( uint8_t bVolNum ) in RedOsBDevFlush() 1196 uint8_t bSdError; in DiskRead() [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/fse/ |
| A D | fse.c | 43 static REDSTATUS FseEnter( uint8_t bVolNum ); 115 uint8_t bVolNum; in RedFseUninit() 167 REDSTATUS RedFseMount( uint8_t bVolNum ) in RedFseMount() 216 REDSTATUS RedFseUnmount( uint8_t bVolNum ) in RedFseUnmount() 255 REDSTATUS RedFseFormat( uint8_t bVolNum ) in RedFseFormat() 301 int32_t RedFseRead( uint8_t bVolNum, in RedFseRead() 376 int32_t RedFseWrite( uint8_t bVolNum, in RedFseWrite() 443 REDSTATUS RedFseTruncate( uint8_t bVolNum, in RedFseTruncate() 476 int64_t RedFseSizeGet( uint8_t bVolNum, in RedFseSizeGet() 614 REDSTATUS RedFseTransact( uint8_t bVolNum ) in RedFseTransact() [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/util/ |
| A D | memory.c | 55 uint8_t bVal, 103 uint8_t * pbDest = CAST_VOID_PTR_TO_UINT8_PTR( pDest ); in RedMemCpyUnchecked() 104 const uint8_t * pbSrc = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pSrc ); in RedMemCpyUnchecked() 153 uint8_t * pbDest = CAST_VOID_PTR_TO_UINT8_PTR( pDest ); in RedMemMoveUnchecked() 154 const uint8_t * pbSrc = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pSrc ); in RedMemMoveUnchecked() 194 uint8_t bVal, in RedMemSet() 219 uint8_t bVal, in RedMemSetUnchecked() 222 uint8_t * pbDest = CAST_VOID_PTR_TO_UINT8_PTR( pDest ); in RedMemSetUnchecked() 281 const uint8_t * pbMem1 = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pMem1 ); in RedMemCmpUnchecked() 282 const uint8_t * pbMem2 = CAST_VOID_PTR_TO_CONST_UINT8_PTR( pMem2 ); in RedMemCmpUnchecked()
|
| A D | bitmap.c | 43 bool RedBitGet( const uint8_t * pbBitmap, in RedBitGet() 70 void RedBitSet( uint8_t * pbBitmap, in RedBitSet() 90 void RedBitClear( uint8_t * pbBitmap, in RedBitClear()
|
| A D | string.c | 171 if( ( uint8_t ) pszStr1[ ulIdx ] > ( uint8_t ) pszStr2[ ulIdx ] ) in RedStrCmpUnchecked() 175 else if( ( uint8_t ) pszStr1[ ulIdx ] < ( uint8_t ) pszStr2[ ulIdx ] ) in RedStrCmpUnchecked() 254 if( ( uint8_t ) pszStr1[ ulIdx ] > ( uint8_t ) pszStr2[ ulIdx ] ) in RedStrNCmpUnchecked()
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/Ota_PAL/Win32/Code_Signature_Verification/ |
| A D | code_signature_verification_mbedtls.c | 107 const uint8_t * pucData, 126 uint8_t * pucSignature, 133 static uint8_t * otaPal_ReadAndAssumeCertificate( const uint8_t * const pucCertName, in otaPal_ReadAndAssumeCertificate() 137 uint8_t * pucSignerCert = NULL; in otaPal_ReadAndAssumeCertificate() 138 uint8_t * pucCertData = NULL; in otaPal_ReadAndAssumeCertificate() 232 uint8_t * pucHash, in prvVerifySignature() 234 uint8_t * pucSignature, in prvVerifySignature() 326 const uint8_t * pucData, in prvSignatureVerificationUpdate() 343 uint8_t * pucSignature, in prvSignatureVerificationFinal() 352 uint8_t * pucHash = NULL; in prvSignatureVerificationFinal() [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/core/driver/ |
| A D | blockio.c | 57 REDSTATUS RedIoRead( uint8_t bVolNum, in RedIoRead() 75 uint8_t bSectorShift = gaRedVolume[ bVolNum ].bBlockSectorShift; in RedIoRead() 78 uint8_t bRetryIdx; in RedIoRead() 115 REDSTATUS RedIoWrite( uint8_t bVolNum, in RedIoWrite() 133 uint8_t bSectorShift = gaRedVolume[ bVolNum ].bBlockSectorShift; in RedIoWrite() 136 uint8_t bRetryIdx; in RedIoWrite() 169 REDSTATUS RedIoFlush( uint8_t bVolNum ) in RedIoFlush() 180 uint8_t bRetryIdx; in RedIoFlush()
|
| A D | buffer.c | 188 uint8_t bIdx; in RedBufferInit() 221 uint8_t bIdx; in RedBufferGet() 388 uint8_t bIdx; in RedBufferPut() 436 uint8_t bIdx; in RedBufferFlush() 472 uint8_t bIdx; in RedBufferDirty() 495 uint8_t bIdx; in RedBufferBranch() 572 uint8_t bIdx; in RedBufferDiscardRange() 743 uint8_t bIdx; in BufferToIdx() 1095 uint8_t bMruIdx; in BufferMakeLRU() 1142 uint8_t bMruIdx; in BufferMakeMRU() [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/toolcmn/ |
| A D | toolcmn.c | 54 uint8_t RedFindVolumeNumber( const char * pszVolume ) in RedFindVolumeNumber() 58 uint8_t bVolNum = REDCONF_VOLUME_COUNT; in RedFindVolumeNumber() 61 uint8_t bIndex; in RedFindVolumeNumber() 71 bVolNum = ( uint8_t ) ulNumber; in RedFindVolumeNumber()
|
| /FreeRTOS-Plus/Demo/AWS/Fleet_Provisioning_Windows_Simulator/CSR_Demo/ |
| A D | tinycbor_serializer.h | 48 bool xGenerateCsrRequest( uint8_t * pucBuffer, 66 bool xGenerateRegisterThingRequest( uint8_t * pucBuffer, 94 bool xParseCsrResponse( const uint8_t * pucResponse, 112 bool xParseRegisterThingResponse( const uint8_t * pucResponse,
|
| /FreeRTOS-Plus/Source/Reliance-Edge/core/include/ |
| A D | redcore.h | 48 REDSTATUS RedIoRead( uint8_t bVolNum, 53 REDSTATUS RedIoWrite( uint8_t bVolNum, 57 REDSTATUS RedIoFlush( uint8_t bVolNum ); 128 REDSTATUS RedImapBlockGet( uint8_t bMR, 140 REDSTATUS RedImapIBlockGet( uint8_t bMR, 148 REDSTATUS RedImapEBlockGet( uint8_t bMR, 153 uint32_t RedImapNodeBlock( uint8_t bMR, 179 uint8_t * pbData; /**< Pointer to the data block buffer. */ 231 uint8_t bTimeFields ); 244 REDSTATUS RedInodeBitGet( uint8_t bMR, [all …]
|
| A D | rednodes.h | 75 …uint8_t bBlockSizeP2; /**< Compile-time configured block size, expressed as a power of two. … 76 uint8_t bFlags; /**< Compile-time booleans which affect on-disk structures. */ 106 uint8_t abEntries[ METAROOT_ENTRY_BYTES ]; 124 uint8_t abEntries[ IMAPNODE_ENTRY_BYTES ]; 160 uint8_t abPadding[ 2 ]; /**< Padding to 32-bit align the next member. */
|
| /FreeRTOS-Plus/VisualStudio_StaticProjects/FreeRTOS+TCP/ |
| A D | NetworkInterface_WinPCap.c | 126 const uint8_t * pucData, 141 static BaseType_t xPacketBouncedBack( const uint8_t * pucBuffer ); 238 const uint8_t * pucData, in prvStreamBufferAdd() 585 const uint8_t * pucMAC; in prvConfigureCaptureBehaviour() 688 prvStreamBufferAdd( xRecvBuffer, ( const uint8_t * ) pkt_header, sizeof( *pkt_header ) ); in pcap_callback() 711 uint8_t ucBuffer[ ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ]; in prvWinPcapSendThread() 731 uxStreamBufferGet( xSendBuffer, 0, ( uint8_t * ) ucBuffer, xLength, pdFALSE ); in prvWinPcapSendThread() 747 static BaseType_t xPacketBouncedBack( const uint8_t * pucBuffer ) in xPacketBouncedBack() 789 const uint8_t * pucPacketData; in prvInterruptSimulatorTask() 790 uint8_t ucRecvBuffer[ ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ]; in prvInterruptSimulatorTask() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/ |
| A D | SimpleClientAndServer.c | 86 uint8_t cString[ 50 ]; in prvSimpleClientTask() 158 uint8_t cReceivedString[ 60 ]; in prvSimpleServerTask() 210 uint8_t * pucUDPPayloadBuffer; in prvSimpleZeroCopyUDPClientTask() 215 …const uint8_t * pucStringToSend = ( const uint8_t * ) "Server received (using zero copy): Message … in prvSimpleZeroCopyUDPClientTask() 273 …} while( ( pucUDPPayloadBuffer = ( uint8_t * ) FreeRTOS_GetUDPPayloadBuffer_Multi( xStringLength, … in prvSimpleZeroCopyUDPClientTask() 275 …} while( ( pucUDPPayloadBuffer = ( uint8_t * ) FreeRTOS_GetUDPPayloadBuffer( xStringLength, portMA… in prvSimpleZeroCopyUDPClientTask() 328 uint8_t * pucUDPPayloadBuffer; in prvSimpleZeroCopyServerTask()
|