Searched full:all (Results 1 – 25 of 475) sorted by relevance
12345678910>>...19
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigCompatibleWithSingle/ |
| D | FreeRTOS_Routing_ConfigCompatibleWithSingle_utest.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 80 * @brief The purpose of this test is to verify FreeRTOS_FillEndPoint when all input parameters 83 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 89 * - Check if all setting are correctly stored in endpoint. 120 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 147 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 172 * @brief The purpose of this test is to verify FreeRTOS_FillEndPoint when all input parameters 175 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 181 * - Check if all setting are correctly stored in endpoint. [all …]
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/ |
| D | README.md | 8 All the CMake commands are to be run from the root of the repository. 10 * Build checks (Enable all functionalities) 16 * Build checks (Disable all functionalities) 30 All the CMake commands are to be run from the root of the repository. 32 * Build checks (Enable all functionalities) 39 * Build checks (Disable all functionalities)
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/ |
| D | FreeRTOS_Routing_utest.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 102 * @brief The purpose of this test is to verify FreeRTOS_FillEndPoint when all input parameters 105 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 111 * - Check if all setting are correctly stored in endpoint. 144 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 171 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 196 * @brief The purpose of this test is to verify FreeRTOS_FillEndPoint when all input parameters 199 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 205 * - Check if all setting are correctly stored in endpoint. [all …]
|
| /FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/ |
| D | ci.yml | 27 make -C test/unit-test/build/ all 96 - name: Build checks (Enable all functionalities) 100 - name: Build checks (Enable all functionalities IPv4) 105 - name: Build checks (Enable all functionalities IPv6) 109 - name: Build checks (Enable all functionalities IPv4 IPv6) 114 - name: Build checks (Enable all functionalities IPv4 TCP) 119 - name: Build checks (Enable all functionalities IPv6 TCP) 123 - name: Build checks (Disable all functionalities) 170 echo "All is good."
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/ |
| D | FreeRTOS_Routing_ConfigV4Only_utest.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 82 …* pxNetworkInterfaces is a global variable using in FreeRTOS_Routing as link list head of all inte… 83 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 130 …* pxNetworkInterfaces is a global variable using in FreeRTOS_Routing as link list head of all inte… 131 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 178 …* pxNetworkInterfaces is a global variable using in FreeRTOS_Routing as link list head of all inte… 179 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… 209 …* pxNetworkInterfaces is a global variable using in FreeRTOS_Routing as link list head of all inte… 210 …* pxNetworkEndPoints is a global variable using in FreeRTOS_Routing as link list head of all endpo… [all …]
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
| D | FreeRTOS_IP_Common.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 63 * it will return pdTRUE when all end-points are up. */ 66 /* Return pdTRUE if all end-points are up. 67 * When pxInterface is null, all end-points will be checked. */
|
| D | FreeRTOS_IPv6_Utils.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 64 /* Get total length of all extension headers in IPv6 packet. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
| D | tcp_netstat.md | 5 It collects information: all port numbers in use, all UDP sockets, all TCP sockets and their connec…
|
| /FreeRTOS-Plus-TCP-v4.0.0/ |
| D | CMakeLists.txt | 119 " Please specify the custom network interface target with all necessary files.\n" 151 ENABLE_ALL # Enable all configuration settings 152 ENABLE_ALL_IPV4 # Enable all configuration settings IPv4 UDP 153 ENABLE_ALL_IPV6 # Enable all configuration settings IPv6 UDP 154 ENABLE_ALL_IPV4_TCP # Enable all configuration settings IPv4 TCP 155 ENABLE_ALL_IPV6_TCP # Enable all configuration settings IPv6 TCP 156 ENABLE_ALL_IPV4_IPV6 # Enable all configuration settings IPv4 IPv6 UDP 157 DISABLE_ALL # Disable all configuration settings 224 # all your builds despite multiple submodules having different versions. 244 # To ignore header specific issues - change all of the headers to SYSTEM
|
| D | README.md | 22 **Note:** All the remaining sections are generic and applies to all the versions from V3.0.0 onward… 25 …ty of the library. Version 3.0.0 adds comprehensive unit test coverage for all lines and branches … 32 …ever, not pose any problems to most projects as projects generally include all files in a given di… 102 …- This directory contains all the tests (unit tests and CBMC) and the dependencies ([FreeRTOS-Kern… 106 - The include directory has all the 'core' header files of FreeRTOS-Plus-TCP source. 108 - This directory contains all the [.c] source files.
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig2/ |
| D | IP_DiffConfig2_list_macros.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 114 * It handles all ICMP messages except the PING requests. */ 117 /* Return pdTRUE if all end-points are up. 118 * When pxInterface is null, all end-points will be checked. */
|
| D | FreeRTOS_IP_DiffConfig2_stubs.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 49 /** @brief A list of all network end-points. Each element has a next pointer. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/include/ |
| D | tcp_dump_packets.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 66 /** @brief Structure to hold information of all the entries in this data dump. */ 70 DumpEntry_t xEntries[ dumpMAX_DUMP_ENTRIES ]; /**< Array of struct for all the entries */
|
| D | plus_tcp_demo_cli.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 49 * Show all properties of an end-point.
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig3/ |
| D | IP_DiffConfig3_list_macros.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 127 * It handles all ICMP messages except the PING requests. */ 130 /* Return pdTRUE if all end-points are up. 131 * When pxInterface is null, all end-points will be checked. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig/ |
| D | IP_DiffConfig_list_macros.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 134 * It handles all ICMP messages except the PING requests. */ 137 /* Return pdTRUE if all end-points are up. 138 * When pxInterface is null, all end-points will be checked. */
|
| D | FreeRTOS_IP_DiffConfig_stubs.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 50 /** @brief A list of all network end-points. Each element has a next pointer. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/ |
| D | FreeRTOS_TCP_Utils_IPv6.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 32 * Endianness: in this module all ports and IP addresses are stored in 72 /* If NULL socket handler, skip all following steps. */ in prvSocketSetMSS_IPV6()
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/DHCPv6/SendDHCPMessage/ |
| D | SendDHCPMessage_harness.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * included in all copies or substantial portions of the Software. 64 /* All calls to prvSendDHCPMessage are after asserts to make sure pxDHCPMessage in harness()
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP/ |
| D | IP_list_macros.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 79 * It handles all ICMP messages except the PING requests. */
|
| D | FreeRTOS_IP_stubs.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 51 /** @brief A list of all network end-points. Each element has a next pointer. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARP_OutputARPRequest_buffer_alloc1/ |
| D | README.md | 19 All assume the memory safety of vNetworkInterfaceAllocateRAMToBuffers. 27 All harnesses include the queue.c file, but test only for the happy path.
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_Timers/ |
| D | FreeRTOS_IP_Timers_utest.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 100 /* Reset all timers. */ in setUp() 118 * when all timers are inactive. 137 * when remaining time of all timers are greater than or equal to ipconfigMAX_IP_TASK_SLEEP_TIME. 161 * of all active timers. In this case, ARP timer has the shortest remaining time. 185 * of all active timers. In this case, DHCP timer has the shortest remaining time. 214 * of all active timers. In this case, TCP timer has the shortest remaining time. 238 * of all active timers. In this case, DNS timer has the shortest remaining time. 262 * of all active DHCP timers. [all …]
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/include/ |
| D | phyHandling.h | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 53 * '*pulValue'. xRegister is the register number ( 0 .. 31 ). In fact all PHY registers are 16-bit. 132 /* Discover all PHY's connected by polling 32 indexes ( zero-based ) */
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig1/ |
| D | FreeRTOS_IP_DiffConfig1_stubs.c | 3 * Copyright (C) 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. 14 * The above copyright notice and this permission notice shall be included in all 51 /** @brief A list of all network end-points. Each element has a next pointer. */
|
12345678910>>...19