| /FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/Test_code/Test_Cases/ |
| A D | test_freertos_tcp.c | 215 *( uint16_t * ) ucGoodDnsResponse ); in TEST() 223 *( uint16_t * ) ucBadDnsResponseA ); in TEST() 231 *( uint16_t * ) ucBadDnsResponseB ); in TEST() 239 *( uint16_t * ) ucBadDnsResponseC ); in TEST() 247 *( uint16_t * ) ucBadDnsResponseD ); in TEST() 255 *( uint16_t * ) ucBadDnsResponseE ); in TEST() 263 *( uint16_t * ) ucBadDnsResponseF ); in TEST() 271 *( uint16_t * ) ucBadDnsResponseG ); in TEST() 279 *( uint16_t * ) ucBadDnsResponseH ); in TEST() 287 *( uint16_t * ) ucBadDnsResponseI ); in TEST() [all …]
|
| /FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/Test_code/Test_Cases/ |
| A D | test_freertos_tcp.c | 215 *( uint16_t * ) ucGoodDnsResponse ); in TEST() 223 *( uint16_t * ) ucBadDnsResponseA ); in TEST() 231 *( uint16_t * ) ucBadDnsResponseB ); in TEST() 239 *( uint16_t * ) ucBadDnsResponseC ); in TEST() 247 *( uint16_t * ) ucBadDnsResponseD ); in TEST() 255 *( uint16_t * ) ucBadDnsResponseE ); in TEST() 263 *( uint16_t * ) ucBadDnsResponseF ); in TEST() 271 *( uint16_t * ) ucBadDnsResponseG ); in TEST() 279 *( uint16_t * ) ucBadDnsResponseH ); in TEST() 287 *( uint16_t * ) ucBadDnsResponseI ); in TEST() [all …]
|
| /FreeRTOS-Plus/Demo/AWS/Device_Defender_Windows_Simulator/Device_Defender_Demo/ |
| A D | metrics_collector.h | 67 uint16_t usLocalPort; 68 uint16_t usRemotePort; 101 eMetricsCollectorStatus eGetOpenTcpPorts( uint16_t * pusOutTcpPortsArray, 122 eMetricsCollectorStatus eGetOpenUdpPorts( uint16_t * pusOutUdpPortsArray,
|
| A D | report_builder.h | 55 uint16_t * pusOpenTcpPortsArray; 57 uint16_t * pusOpenUdpPortsArray;
|
| /FreeRTOS-Plus/Source/Reliance-Edge/core/include/ |
| A D | redcore.h | 65 #define BFLAG_DIRTY ( ( uint16_t ) 0x0001U ) 71 #define BFLAG_NEW ( ( uint16_t ) 0x0002U ) 75 #define BFLAG_META_MASTER ( ( uint16_t ) ( 0x0004U | BFLAG_META ) ) 79 #define BFLAG_META_IMAP ( ( uint16_t ) ( 0x0008U | BFLAG_META ) ) 83 #define BFLAG_META_INODE ( ( uint16_t ) ( 0x0010U | BFLAG_META ) ) 87 #define BFLAG_META_INDIR ( ( uint16_t ) ( 0x0020U | BFLAG_META ) ) 91 #define BFLAG_META_DINDIR ( ( uint16_t ) ( 0x0040U | BFLAG_META ) ) 96 #define BFLAG_META ( ( uint16_t ) 0x8000U ) 101 uint16_t uFlags, 193 uint16_t uInodeEntry; /**< Which inode entry to traverse to reach ulLogicalBlock. */ [all …]
|
| A D | rednodes.h | 72 uint16_t uMaxNameLen; /**< Compile-time configured maximum file name length. */ 73 uint16_t uDirectPointers; /**< Compile-time configured number of direct pointers per inode. */ 74 … uint16_t uIndirectPointers; /**< Compile-time configured number of indirect pointers per inode. */ 156 uint16_t uMode; /**< Inode type (file or directory) and permissions (reserved). */ 158 uint16_t uNLink; /**< Link count, number of names pointing to the inode. */
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/subscription-manager/ |
| A D | subscription_manager.h | 98 uint16_t usFilterStringLength; 119 uint16_t usTopicFilterLength, 135 uint16_t usTopicFilterLength );
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Common/subscription-manager/ |
| A D | subscription_manager.h | 98 uint16_t usFilterStringLength; 119 uint16_t usTopicFilterLength, 135 uint16_t usTopicFilterLength );
|
| /FreeRTOS-Plus/Demo/AWS/Mqtt_Demo_Helpers/ |
| A D | mqtt_demo_helpers.h | 62 uint16_t usPacketIdentifier ); 90 uint16_t usTopicFilterLength ); 105 uint16_t usTopicFilterLength );
|
| A D | mqtt_pkcs11_demo_helpers.h | 66 uint16_t usPacketIdentifier ); 94 uint16_t usTopicFilterLength ); 109 uint16_t usTopicFilterLength );
|
| A D | mqtt_demo_helpers.c | 195 uint16_t packetId; 236 static uint16_t globalSubscribePacketIdentifier = 0U; 243 static uint16_t globalUnsubscribePacketIdentifier = 0U; 334 static void vCleanupOutgoingPublishWithPacketID( uint16_t usPacketId ); 383 uint16_t usNextRetryBackOff = 0U; in prvConnectToServerWithBackoffRetries() 569 static void vCleanupOutgoingPublishWithPacketID( uint16_t usPacketId ) in vCleanupOutgoingPublishWithPacketID() 592 uint16_t usPacketIdentifier ) in vHandleOtherIncomingPacket() 773 xConnectInfo.passwordLength = ( uint16_t ) strlen( democonfigCLIENT_PASSWORD ); in xEstablishMqttSession() 777 xConnectInfo.userNameLength = ( uint16_t ) strlen( AWS_IOT_METRICS_STRING ); in xEstablishMqttSession() 874 uint16_t usTopicFilterLength ) in xSubscribeToTopic() [all …]
|
| A D | mqtt_pkcs11_demo_helpers.c | 188 uint16_t packetId; 229 static uint16_t globalSubscribePacketIdentifier = 0U; 236 static uint16_t globalUnsubscribePacketIdentifier = 0U; 331 static void vCleanupOutgoingPublishWithPacketID( uint16_t usPacketId ); 382 uint16_t usNextRetryBackOff = 0U; in prvConnectToServerWithBackoffRetries() 564 static void vCleanupOutgoingPublishWithPacketID( uint16_t usPacketId ) in vCleanupOutgoingPublishWithPacketID() 587 uint16_t usPacketIdentifier ) in vHandleOtherIncomingPacket() 772 xConnectInfo.passwordLength = ( uint16_t ) strlen( democonfigCLIENT_PASSWORD ); in xEstablishMqttSession() 776 xConnectInfo.userNameLength = ( uint16_t ) strlen( AWS_IOT_METRICS_STRING ); in xEstablishMqttSession() 873 uint16_t usTopicFilterLength ) in xSubscribeToTopic() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/DemoTasks/ |
| A D | UDPCommandServer.c | 62 static Socket_t prvOpenUDPServerSocket( uint16_t usPort ); 66 void vStartUDPCommandInterpreterTask( uint16_t usStackSize, in vStartUDPCommandInterpreterTask() 97 xSocket = prvOpenUDPServerSocket( ( uint16_t ) ( ( uint32_t ) pvParameters ) & 0xffffUL ); in vUDPCommandInterpreterTask() 184 static Socket_t prvOpenUDPServerSocket( uint16_t usPort ) in prvOpenUDPServerSocket()
|
| /FreeRTOS-Plus/Demo/Common/FreeRTOS_Plus_UDP_Demos/CLICommands/ |
| A D | UDPCommandServer.c | 62 static xSocket_t prvOpenUDPServerSocket( uint16_t usPort ); 66 void vStartUDPCommandInterpreterTask( uint16_t usStackSize, in vStartUDPCommandInterpreterTask() 95 xSocket = prvOpenUDPServerSocket( ( uint16_t ) ( ( uint32_t ) pvParameters ) & 0xffffUL ); in vUDPCommandInterpreterTask() 182 static xSocket_t prvOpenUDPServerSocket( uint16_t usPort ) in prvOpenUDPServerSocket()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth/DemoTasks/ |
| A D | MutualAuthMQTTExample.c | 393 uint16_t usPacketId ); 446 static uint16_t usPublishPacketIdentifier; 452 static uint16_t usSubscribePacketIdentifier; 459 static uint16_t usUnsubscribePacketIdentifier; 673 uint16_t usNextRetryBackOff = 0U; in prvConnectToServerWithBackoffRetries() 837 xConnectInfo.userNameLength = ( uint16_t ) strlen( AWS_IOT_METRICS_STRING ); in prvCreateMQTTConnectionWithBroker() 891 uint16_t usNextRetryBackOff = 0U; in prvMQTTSubscribeWithBackoffRetries() 906 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTSubscribeWithBackoffRetries() 1001 xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTPublishToTopic() 1030 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTUnsubscribeFromTopic() [all …]
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/Common/ |
| A D | MutualAuthMQTTExample.c | 366 uint16_t usPacketId ); 423 static uint16_t usPublishPacketIdentifier; 429 static uint16_t usSubscribePacketIdentifier; 436 static uint16_t usUnsubscribePacketIdentifier; 634 uint16_t usNextRetryBackOff = 0U; in prvConnectToServerWithBackoffRetries() 802 xConnectInfo.userNameLength = ( uint16_t ) strlen( AWS_IOT_METRICS_STRING ); in prvCreateMQTTConnectionWithBroker() 856 uint16_t usNextRetryBackOff = 0U; in prvMQTTSubscribeWithBackoffRetries() 871 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTSubscribeWithBackoffRetries() 966 xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTPublishToTopic() 995 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTUnsubscribeFromTopic() [all …]
|
| /FreeRTOS-Plus/Source/Reliance-Edge/util/ |
| A D | endian.c | 74 uint16_t RedRev16( uint16_t uToRev ) in RedRev16()
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/DemoTasks/ |
| A D | SerializerMQTTExample.c | 292 uint16_t usPacketId ); 333 static uint16_t prvGetNextPacketIdentifier( void ); 344 static uint16_t usSubscribePacketIdentifier; 351 static uint16_t usUnsubscribePacketIdentifier; 570 static uint16_t prvGetNextPacketIdentifier() in prvGetNextPacketIdentifier() 572 static uint16_t usPacketId = 0; in prvGetNextPacketIdentifier() 660 uint16_t usNextRetryBackOff = 0U; in prvConnectToServerWithBackoffRetries() 716 uint16_t usPacketId; in prvCreateMQTTConnectionWithBroker() 871 uint16_t usNextRetryBackOff = 0U; in prvMQTTSubscribeWithBackoffRetries() 964 pucPayload = pxPacketInfo->pRemainingData + ( ( uint16_t ) sizeof( uint16_t ) ); in prvMQTTUpdateSubAckStatus() [all …]
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/DemoTasks/ |
| A D | MutualAuthMQTTExample.c | 244 uint16_t usPacketId ); 306 static uint16_t usPublishPacketIdentifier; 312 static uint16_t usSubscribePacketIdentifier; 319 static uint16_t usUnsubscribePacketIdentifier; 574 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 611 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTSubscribeToTopic() 644 xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTPublishToTopic() 668 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTUnsubscribeFromTopic() 686 uint16_t usPacketId ) in prvMQTTProcessResponse()
|
| /FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/ |
| A D | PKCS11_Mqtt_MutualAuthDemo.c | 261 uint16_t usPacketId ); 326 static uint16_t usPublishPacketIdentifier; 332 static uint16_t usSubscribePacketIdentifier; 339 static uint16_t usUnsubscribePacketIdentifier; 591 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 628 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTSubscribeToTopic() 661 xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTPublishToTopic() 685 xMQTTSubscription[ 0 ].topicFilterLength = ( uint16_t ) strlen( mqttexampleTOPIC ); in prvMQTTUnsubscribeFromTopic() 703 uint16_t usPacketId ) in prvMQTTProcessResponse()
|
| /FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Echo_Qemu_mps2/CMSIS/ |
| A D | cmsis_compiler.h | 110 uint16_t v; 116 uint16_t v; 194 uint16_t v; 200 uint16_t v; 276 uint16_t v; 282 uint16_t v;
|
| /FreeRTOS-Plus/Source/Reliance-Edge/include/ |
| A D | redstat.h | 61 uint16_t st_mode; /**< Mode of file. */ 62 uint16_t st_nlink; /**< Number of hard links to the file. */
|
| /FreeRTOS-Plus/Demo/AWS/Ota_Windows_Simulator/Ota_Over_Mqtt_Demo/DemoTasks/ |
| A D | OtaOverMqttDemoExample.c | 396 uint16_t topicFilterLength; 544 uint16_t topicLen, 566 uint16_t topicFilterLength, 731 uint16_t topicFilterLength ); 1108 uint16_t packetId, in prvIncomingPublishCallback() 1179 uint16_t usNumSubscriptions = 0U; in prvHandleResubscribe() 1238 uint16_t topicFilterLength ) in prvRegisterOTACallback() 1242 uint16_t index = 0U; in prvRegisterOTACallback() 1285 uint16_t usNextRetryBackOff = 0U; in prvSocketConnect() 1583 uint16_t topicFilterLength, in prvMQTTSubscribe() [all …]
|
| /FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/ |
| A D | SNTPClientTask.c | 303 static uint32_t translateYearToUnixSeconds( uint16_t year ); 385 uint16_t serverPort, 387 uint16_t bytesToSend ); 412 uint16_t serverPort, 414 uint16_t bytesToRecv ); 747 uint16_t serverPort, in UdpTransport_Send() 749 uint16_t bytesToSend ) in UdpTransport_Send() 788 uint16_t serverPort, in UdpTransport_Recv() 790 uint16_t bytesToRecv ) in UdpTransport_Recv() 1183 uint16_t responseSize ) in validateServerAuth() [all …]
|
| /FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/DemoTasks/ |
| A D | PlaintextMQTTExample.c | 305 uint16_t usPacketId ); 363 static uint16_t usPublishPacketIdentifier; 369 static uint16_t usSubscribePacketIdentifier; 376 static uint16_t usUnsubscribePacketIdentifier; 586 uint16_t usNextRetryBackOff = 0U; in prvConnectToServerWithBackoffRetries() 680 xConnectInfo.clientIdentifierLength = ( uint16_t ) strlen( democonfigCLIENT_IDENTIFIER ); in prvCreateMQTTConnectionWithBroker() 725 uint16_t usNextRetryBackOff = 0U; in prvMQTTSubscribeWithBackoffRetries() 741 …xMQTTSubscription[ ulTopicCount ].topicFilterLength = ( uint16_t ) strlen( xTopicFilterContext[ ul… in prvMQTTSubscribeWithBackoffRetries() 843 …xMQTTPublishInfo.topicNameLength = ( uint16_t ) strlen( xTopicFilterContext[ ulTopicCount ].pcTopi… in prvMQTTPublishToTopics() 872 …xMQTTSubscription[ ulTopicCount ].topicFilterLength = ( uint16_t ) strlen( xTopicFilterContext[ ul… in prvMQTTUnsubscribeFromTopics() [all …]
|