Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 50) sorted by relevance

12

/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/WinPCap/
A Dip6_misc.h33 #define IN_MULTICAST( a ) IN_CLASSD( a ) argument
36 #define IN_EXPERIMENTAL( a ) ( ( ( ( u_int32_t ) ( a ) ) & 0xf0000000 ) == 0xf0000000 ) argument
81 #define IN6_IS_ADDR_V4MAPPED( a ) \ argument
82 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 ) && ( ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 ) && \
83 ( ( ( u_int32_t * ) ( a ) )[ 2 ] == htonl( 0xffff ) ) )
85 #define IN6_IS_ADDR_MULTICAST( a ) ( ( ( u_int8_t * ) ( a ) )[ 0 ] == 0xff ) argument
87 #define IN6_IS_ADDR_LINKLOCAL( a ) \ argument
88 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] & htonl( 0xffc00000 ) ) == htonl( 0xfe800000 ) )
90 #define IN6_IS_ADDR_LOOPBACK( a ) \ argument
91 ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 && ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 && \
[all …]
/FreeRTOS-Plus/ThirdParty/winpcap/include/
A Dip6_misc.h34 #define IN_MULTICAST( a ) IN_CLASSD( a ) argument
38 #define IN_EXPERIMENTAL( a ) ( ( ( ( u_int32_t ) ( a ) ) & 0xf0000000 ) == 0xf0000000 ) argument
83 #define IN6_IS_ADDR_V4MAPPED( a ) \ argument
84 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 ) && ( ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 ) && \
85 ( ( ( u_int32_t * ) ( a ) )[ 2 ] == htonl( 0xffff ) ) )
87 #define IN6_IS_ADDR_MULTICAST( a ) ( ( ( u_int8_t * ) ( a ) )[ 0 ] == 0xff ) argument
89 #define IN6_IS_ADDR_LINKLOCAL( a ) \ argument
90 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] & htonl( 0xffc00000 ) ) == htonl( 0xfe800000 ) )
92 #define IN6_IS_ADDR_LOOPBACK( a ) \ argument
93 ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 && ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 && \
[all …]
/FreeRTOS-Plus/Test/FreeRTOS-Cellular-Interface/Integration/WinPCap/
A Dip6_misc.h33 #define IN_MULTICAST( a ) IN_CLASSD( a ) argument
36 #define IN_EXPERIMENTAL( a ) ( ( ( ( u_int32_t ) ( a ) ) & 0xf0000000 ) == 0xf0000000 ) argument
81 #define IN6_IS_ADDR_V4MAPPED( a ) \ argument
82 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 ) && ( ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 ) && \
83 ( ( ( u_int32_t * ) ( a ) )[ 2 ] == htonl( 0xffff ) ) )
85 #define IN6_IS_ADDR_MULTICAST( a ) ( ( ( u_int8_t * ) ( a ) )[ 0 ] == 0xff ) argument
87 #define IN6_IS_ADDR_LINKLOCAL( a ) \ argument
88 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] & htonl( 0xffc00000 ) ) == htonl( 0xfe800000 ) )
90 #define IN6_IS_ADDR_LOOPBACK( a ) \ argument
91 ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 && ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 && \
[all …]
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless/WinPCap/
A Dip6_misc.h33 #define IN_MULTICAST( a ) IN_CLASSD( a ) argument
36 #define IN_EXPERIMENTAL( a ) ( ( ( ( u_int32_t ) ( a ) ) & 0xf0000000 ) == 0xf0000000 ) argument
81 #define IN6_IS_ADDR_V4MAPPED( a ) \ argument
82 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 ) && ( ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 ) && \
83 ( ( ( u_int32_t * ) ( a ) )[ 2 ] == htonl( 0xffff ) ) )
85 #define IN6_IS_ADDR_MULTICAST( a ) ( ( ( u_int8_t * ) ( a ) )[ 0 ] == 0xff ) argument
87 #define IN6_IS_ADDR_LINKLOCAL( a ) \ argument
88 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] & htonl( 0xffc00000 ) ) == htonl( 0xfe800000 ) )
90 #define IN6_IS_ADDR_LOOPBACK( a ) \ argument
91 ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 && ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 && \
[all …]
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_IPv6_Demo/common/WinPCap/
A Dip6_misc.h34 #define IN_MULTICAST( a ) IN_CLASSD( a ) argument
38 #define IN_EXPERIMENTAL( a ) ( ( ( ( u_int32_t ) ( a ) ) & 0xf0000000 ) == 0xf0000000 ) argument
83 #define IN6_IS_ADDR_V4MAPPED( a ) \ argument
84 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 ) && ( ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 ) && \
85 ( ( ( u_int32_t * ) ( a ) )[ 2 ] == htonl( 0xffff ) ) )
87 #define IN6_IS_ADDR_MULTICAST( a ) ( ( ( u_int8_t * ) ( a ) )[ 0 ] == 0xff ) argument
89 #define IN6_IS_ADDR_LINKLOCAL( a ) \ argument
90 ( ( ( ( u_int32_t * ) ( a ) )[ 0 ] & htonl( 0xffc00000 ) ) == htonl( 0xfe800000 ) )
92 #define IN6_IS_ADDR_LOOPBACK( a ) \ argument
93 ( ( ( u_int32_t * ) ( a ) )[ 0 ] == 0 && ( ( u_int32_t * ) ( a ) )[ 1 ] == 0 && \
[all …]
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Plain_Text/
A Dmqtt_broker_setup.txt2 application. Instructions below are for setting up a local Mosquitto broker that communicates
5 2. Install Mosquitto as a Windows service by running the installer.
7 More details about running Mosquitto as a Windows service can be found at
12 a. Open PowerShell.
13 b. Type in command `netstat -a -p TCP | findstr 1883` to check if there
24 6. After verifying that a Mosquitto broker is running successfully, update
27 will not work as this example is running on a Windows Simulator and not on a
28 Windows host natively. Also note that, if the Windows host is using a
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Serializer/
A Dmqtt_broker_setup.txt2 application. Instructions below are for setting up a local Mosquitto broker that communicates
5 2. Install Mosquitto as a Windows service by running the installer.
7 More details about running Mosquitto as a Windows service can be found at
12 a. Open PowerShell.
13 b. Type in command `netstat -a -p TCP | findstr 1883` to check if there
24 6. After verifying that a Mosquitto broker is running successfully, update
27 will not work as this example is running on a Windows Simulator and not on a
28 Windows host natively. Also note that, if the Windows host is using a
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Keep_Alive/
A Dmqtt_broker_setup.txt2 application. Instructions below are for setting up a local Mosquitto broker that communicates
5 2. Install Mosquitto as a Windows service by running the installer.
7 More details about running Mosquitto as a Windows service can be found at
12 a. Open PowerShell.
13 b. Type in command `netstat -a -p TCP | findstr 1883` to check if there
24 6. After verifying that a Mosquitto broker is running successfully, update
27 will not work as this example is running on a Windows Simulator and not on a
28 Windows host natively. Also note that, if the Windows host is using a
/FreeRTOS-Plus/Source/Reliance-Edge/doc/
A Drelease_notes.md3 This file contains a list of updates made to Reliance Edge over the course of
4 recent releases and a list of known issues.
10 - Added support for Linux as a host environment
14 - An additional host tool has been added for Linux only: `redfuse`. It is a
15 File System in User Space (FUSE) implementation, allowing a Reliance Edge
20 - Fixed a bug that could leave a directory in an invalid state after removing
23 - Fixed a bug that would leave the driver in a bad state if a mount operation
28 - Added support for a discard (trim) interface in the commercial kit. While
73 - Fixed a bug which would have returned an uninitialized value from
113 - Fix a bug which would result in an error when attempting to create a name with
[all …]
A Drelease_notes.txt6 This file contains a list of updates made to Reliance Edge over the
7 course of recent releases and a list of known issues.
14 - Added support for Linux as a host environment
20 is a File System in User Space (FUSE) implementation, allowing a
26 - Fixed a bug that could leave a directory in an invalid state after
27 removing files. For example, an affected directory might report a
29 - Fixed a bug that would leave the driver in a bad state if a mount
67 specify a number of times to retry a block device read, write or
117 - Eliminated support for sector sizes less than 256. If using a
132 - Fix a bug which would result in an error when attempting to create a
[all …]
A Dcoding_style.txt14 in a loop; and avoid having more than one return from a function (single point
44 /* This is a single-line comment.
48 /* This is a multi-line comment. It is a comment that spans multiple
108 a requirement).
110 on a separate line.
136 /* This is a single-line comment.
140 /* This is a multi-line comment. It is a comment that spans multiple
182 module-scope (outside of a function)
293 Any code which displays TTY style output, whether on a screen or a terminal,
353 a | An array
[all …]
/FreeRTOS-Plus/Source/Reliance-Edge/
A DREADME.md3 Reliance Edge is a small, portable, highly reliable power-fail safe file system
5 in C and provides a familiar POSIX-like file system API, making it easy to use
28 In addition this README, see doc/release_notes.md for a list of updates
29 to Reliance Edge and a list of known issues. There is also a quick-start
31 and run Reliance Edge in a simulated Windows environment.
36 requirements, especially if there is a chance of sudden power loss or other
37 system failures. Compared to "raw" disk access, using a file system like
68 Before you can use Reliance Edge, it must be ported and configured. At a
95 reasons cannot comply with the terms of the GPLv2 license may obtain a
108 In the near future, a community forum or message board will be set up to
[all …]
A DREADME.txt6 Reliance Edge is a small, portable, highly reliable power-fail safe file
8 It is written in C and provides a familiar POSIX-like file system API,
34 In addition this README, see doc/release_notes.md for a list of updates
35 to Reliance Edge and a list of known issues. There is also a quick-start
37 and run Reliance Edge in a simulated Windows environment.
43 requirements, especially if there is a chance of sudden power loss or
44 other system failures. Compared to "raw" disk access, using a file
57 Reliance Edge, a set of changes can be incorporated into a single atomic
82 subdirectory in the os/ directory; see os/stub/ for a blank set of
135 contributing a significant amount of code, you will be asked to file a
[all …]
A DLICENSE.txt33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_Plaintext/
A Dreadme.txt2 application. Instructions below are for setting up a local httpbin server that communicates
10 a. Open PowerShell.
11 b. Type in command `netstat -a -p TCP | findstr 80` to check if there
20 5. After verifying that a httpbin server is running successfully, update
23 "127.0.0.1" will not work as this example is running on a Windows Simulator and
24 not on a Windows host natively. Also note that, if the Windows host is using a
/FreeRTOS-Plus/Source/Reliance-Edge/include/
A Dredmacs.h87 #define REDMIN( a, b ) ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) argument
/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite/Test_Code/Test_Cases/include/
A Dunity_config.h269 #define UNITY_OUTPUT_CHAR( a ) TEST_CacheResult( a ) argument
/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/
A Dreadme.txt4 A featured demo that includes telnet like functionality, a web server,
5 a command line interface (using FreeRTOS+CLI) and a FAT file system is
/FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_UDP_Mode_CLI_Windows_Simulator/
A DREADME_FIRST.txt7 Other information, including a FreeRTOS+UDP primer, a description of the
8 directory structure, and a glossary of networking terminology, can be found in
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Basic_TLS/
A Dmqtt_broker_setup.txt2 application. Instructions below are for setting up a local Mosquitto broker that supports
5 a. Download and install [Git For Windows](https://git-scm.com/download/win).
15 3. Install Mosquitto as a Windows service by running the installer.
24 More details about running Mosquitto as a Windows service can be found at
29 a. Open PowerShell.
30 b. Type in command `netstat -a -p TCP | findstr 8883` to check if there
41 9. After verifying that a Mosquitto broker is running successfully, update
44 will not work as this example is running on a Windows Simulator and not on a
45 Windows host natively. Also note that, if the Windows host is using a
47 10. In the certs folder of your Documents, you will find a file called `ca.crt`.
[all …]
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth/
A Dmqtt_broker_setup.txt1 Instructions below are for setting up a local Mosquitto broker that supports
4 a. Download and install [Git For Windows](https://git-scm.com/download/win).
17 3. Install Mosquitto as a Windows service by running the installer.
27 More details about running Mosquitto as a Windows service can be found at
32 a. Open PowerShell.
33 b. Type in command `netstat -a -p TCP | findstr 8883` to check if there
44 9. After verifying that a Mosquitto broker is running successfully, update
47 will not work as this example is running on a Windows Simulator and not on a
48 Windows host natively. Also note that, if the Windows host is using a
74 *!!! such as within a secure element.
[all …]
/FreeRTOS-Plus/Demo/coreHTTP_Windows_Simulator/HTTP_S3_Download/
A DREADME.md26 You may utilize an already existing AWS IoT Thing or create a new one in the IoT Core
29 You may also use the AWS CLI with the following command to create a Thing,
36 #### 2. Register a certificate
38 If your AWS IoT Thing already has a certificate attached to it, then that certificate's
39 ARN can be used in [step 5](#5-attach-a-policy). Otherwise, you can create a certificate
46 to create a CA certificate, as described in
94 following policy in a text document and save the document with the name
158 #### 4. Create a role alias
161 You must provide the following pieces of information when creating a role alias:
169 of the IAM role you have created. This is also a mandatory attribute.
[all …]
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Multitask/
A Dmqtt_broker_setup.txt1 Instructions below are for setting up a local Mosquitto broker that supports
4 a. Download and install [Git For Windows](https://git-scm.com/download/win).
19 3. Install Mosquitto as a Windows service by running the installer.
30 More details about running Mosquitto as a Windows service can be found at
35 a. Open PowerShell.
36 b. Type in command `netstat -a -p TCP | findstr 8883` to check if there
49 9. After verifying that a Mosquitto broker is running successfully, update
52 will not work as this example is running on a Windows Simulator and not on a
53 Windows host natively. Also note that, if the Windows host is using a
79 *!!! such as within a secure element.
[all …]
/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/
A DHistory.txt10 not explicitly qualified as either signed or unsigned. As a result char
17 1) The char is used to point to a human readable text string.
18 2) The char is used to hold a single ASCII character.
27 + Change the name of the structure used to map a function that implements
28 a CLI command to the string used to call the command from
/FreeRTOS-Plus/Demo/coreMQTT_Windows_Simulator/MQTT_Mutual_Auth_wolfSSL/
A DREADME_wolfSSL.md4 … / publisher establishing a TLS connection with an MQTT broker to send and receive topics in encry…
9 …der, Visual Studio starts and shows you a project in its solution explorer. It is named "RTOSDemo"…
29 #define democonfigMQTT_BROKER_ENDPOINT "a****.iot.us-***.amazonaws.com"
42 For setting those credentials, you have a option to specify the source of them, using file or using…
58 Activate two other macro definitions and set a file path for each.
136 6 600 [MQTTDemo] [INFO] [MQTT-wolfSSL] [prvMQTTDemoTask:356] Creating a TLS connection to ...insert…
143 …gest when a Aws MQTT IoT endpoint and appropriate credentials are set. You can find "**Hello World…
150 6 8222 [MQTTDemo] [INFO] [MQTT-wolfSSL] [prvMQTTDemoTask:356] Creating a TLS connection to a*******…
152 8 10221 [MQTTDemo] A mutually authenticated TLS connection established with a**********************…
154 9 10221 [MQTTDemo] [INFO] [MQTT-wolfSSL] [prvMQTTDemoTask:361] Creating an MQTT connection to a****…
[all …]

Completed in 65 milliseconds

12