Home
last modified time | relevance | path

Searched full:echo (Results 1 – 25 of 57) sorted by relevance

123

/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Duncrustify.yml16 run: echo "$GITHUB_CONTEXT"
25 echo ${{ github.event.issue.pull_request.url }}
29echo "RemoteRepo=$(curl -H "Accept: application/vnd.github.sailor-v-preview+json" --url ${{ github…
33echo "branchname=$(curl -H "Accept: application/vnd.github.sailor-v-preview+json" --url ${{ github…
34 - name: echo upstream repo:branch
36echo ${{ steps.upstreamrepo.outputs.RemoteRepo }}:${{ steps.upstreambranch.outputs.branchname }}
45 echo "::group::Install Uncrustify"
47 echo "::endgroup::"
52 echo "::group::Uncrustify Check"
55 echo "::endgroup::"
[all …]
Dci.yml170 echo "All is good."
173 echo "Sources are too complex, rc = " ${RESULT}
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dmake_common_makefile.py198 '=$(shell echo $(1) | sed 's/ ,/ /g' | sed 's/ /;/g')='
202 @echo "Building $@"
204 @echo "jobos: ubuntu16" >> $@
205 @echo "cbmcflags: $(call encode_options,$(CBMCFLAGS) --unwinding-assertions)" >> $@
206 @echo "goto: $(ENTRY).goto" >> $@
207 @echo "expected: $(H_EXPECTED)" >> $@
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ICMP.c75 * @brief Process an ICMP packet. Only echo requests and echo replies are recognised and handled.
120 /* Only ICMP echo packets are handled. */ in ProcessICMPPacket()
134 * @brief Process an ICMP echo request.
203 * @brief Process an ICMP echo reply.
DFreeRTOS_TCP_Utils.c80 … ( ( uxFlags & ( size_t ) tcpTCP_FLAG_ECN ) != 0 ) ? 'E' : '.', /* 0x0040: ECN-Echo */ in prvTCPFlagMeaning()
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dhttp_client_test.c58 /* The number of instances of the echo client task to create. */
66 /* The echo tasks create a socket, send out a number of echo requests, listen
67 * for the echo reply, then close the socket again before starting over. This
72 /* The echo server is assumed to be on port 7, which is the standard echo
104 * Uses a socket to send data to, then receive data from, the standard echo
157 /* Create the echo client tasks. */ in vStartHTTPClientTest()
429 /* Connect to the echo server. */ in prvEchoClientTask()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_ICMP.h65 #define ipICMP_ECHO_REQUEST ( ( uint8_t ) 8 ) /**< ICMP echo request. */
66 #define ipICMP_ECHO_REPLY ( ( uint8_t ) 0 ) /**< ICMP echo reply. */
DFreeRTOS_IP.h87 /* The character used to fill ICMP echo requests, and therefore also the
88 * character expected to fill ICMP echo replies. */
DFreeRTOS_TCP_IP.h90 #define tcpTCP_FLAG_ECN ( ( uint8_t ) 0x40U ) /**< ECN-Echo. */
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/include/
Dhttp_client_test.h39 * Create the TCP (HTTP) echo client tasks.
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Common/
DFreeRTOSConfig.h156 /* The address of an echo server that will be used by the two demo echo client
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Header_Self_Contain/
DFreeRTOSConfig.h156 /* The address of an echo server that will be used by the two demo echo client
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
DFreeRTOSConfig.h171 /* The address of an echo server that will be used by the two demo echo client
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DREADME.md37 echo "Please run this script from the root directory of the FreeRTOS+TCP repo."
/FreeRTOS-Plus-TCP-v4.0.0/
DHistory.txt272 + Add TCP echo client and TCP echo server examples to the Zynq demo.
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/ConfigFiles/
DFreeRTOSIPConfig.h252 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/Enable_IPv6/
DFreeRTOSIPConfig.h273 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOSIPConfig.h245 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv6_ConfigDriverCheckChecksum/
DFreeRTOSIPConfig.h249 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOSIPConfig.h253 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigCompatibleWithSingle/
DFreeRTOSIPConfig.h257 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig1/
DFreeRTOSIPConfig.h247 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_DiffConfig2/
DFreeRTOSIPConfig.h247 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IPv4_DiffConfig/
DFreeRTOSIPConfig.h249 * generate replies to incoming ICMP echo (ping) requests. */
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/ConfigFiles/
DFreeRTOSIPConfig.h243 * generate replies to incoming ICMP echo (ping) requests. */

123