Searched full:echo (Results 1 – 25 of 208) sorted by relevance
123456789
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/post/rules/ |
D | bootstrap.mak | 58 $(NL_V_AT)echo " all" 59 $(NL_V_AT)echo " Generate all configured build artifacts for this project." 60 $(NL_V_AT)echo 61 $(NL_V_AT)echo " bootstrap" 62 $(NL_V_AT)echo " (Re-)generate all build infrastructure for the project, " 63 $(NL_V_AT)echo " including both build configuration scripts and makefiles." 64 $(NL_V_AT)echo 65 $(NL_V_AT)echo " bootstrap-all" 66 $(NL_V_AT)echo " (Re-)generate all build infrastructure for the project, " 67 $(NL_V_AT)echo " including both build configuration scripts and makefiles." [all …]
|
D | repos.mak | 108 submodule) echo " SUBMODULE $$(subst $(__REPOS_GIT_SUBMODULE_STEM),,$$(@))"; \ 113 clone) echo " CLONE $$(subst $(__REPOS_GIT_CLONE_STEM),,$$(@))"; \ 115 … *) echo "$(REPOS_CONFIG): Unknown or unsupported pull method '$(REPOS_PULL_METHOD)'.";; \ 128 $(NL_V_AT)echo "The 'repos' target requires external network connectivity to" 129 $(NL_V_AT)echo "reach the following upstream GIT repositories:" 130 $(NL_V_AT)echo "" 131 $(NL_V_AT)for url in $(REPO_URLS); do echo " $${url}"; done 132 $(NL_V_AT)echo "" 133 $(NL_V_AT)echo "and will fail if external network connectivity is not" 134 $(NL_V_AT)echo "available. This package may still be buildable without these" [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/scripts/ |
D | output_env.sh | 46 echo " * ${BIN##*/}$VARIANT: Not found." 57 VERSION_STR=`echo "$VERSION_STR" | $FILTER` 64 echo " * ${BIN##*/}$VARIANT: ${BIN} : ${VERSION_STR} " 67 echo "** Platform:" 68 echo 71 echo "Linux variant" 74 echo "Unknown Unix variant" 77 echo 81 echo 82 echo [all …]
|
D | bump_version.sh | 58 echo "Usage: $0" 59 echo -e " -h|--help\t\tPrint this help." 60 echo -e " --version <version>\tVersion to bump to." 61 echo -e " --so-crypto <version>\tSO version to bump libmbedcrypto to." 62 echo -e " --so-x509 <version>\tSO version to bump libmbedx509 to." 63 echo -e " --so-tls <version>\tSO version to bump libmbedtls to." 64 echo -e " -v|--verbose\t\tVerbose." 69 echo "Unknown argument: '$1'" 78 echo "No version specified. Unable to continue." 82 [ $VERBOSE ] && echo "Bumping VERSION in library/CMakeLists.txt" [all …]
|
D | tmp_ignore_makefiles.sh | 37 echo "Usage: $0" 38 echo -e " -h|--help\t\tPrint this help." 39 echo -e " -u|--undo\t\tRemove ignores and continue tracking." 40 echo -e " -v|--verbose\t\tVerbose." 45 echo "Unknown argument: '$1'" 54 [ $VERBOSE ] && echo "Ignoring Makefiles" 57 [ $VERBOSE ] && echo "Tracking Makefiles"
|
D | footprint.sh | 36 echo "$CONFIG_H not found" >&2 37 echo "This script needs to be run from the root of" >&2 38 echo "a git checkout or uncompressed tarball" >&2 43 echo "Not compatible with CMake" >&2 48 echo "You need the ARM-GCC toolchain in your path" >&2 49 echo "See https://launchpad.net/gcc-arm-embedded/" >&2 58 echo "$@" 59 echo "$@" >> "$OUTFILE" 95 echo "(generated by $0)" > "$OUTFILE" 96 echo "" >> "$OUTFILE"
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/ |
D | config.guess | 39 me=`echo "$0" | sed -e 's,.*/,,'` 71 echo "$timestamp" ; exit ;; 73 echo "$version" ; exit ;; 75 echo "$usage"; exit ;; 81 echo "$me: invalid option $1$help" >&2 89 echo "$me: too many arguments$help" >&2 111 …{ tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp director… 112 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; 116 ,,) echo "int x;" > $dummy.c ; 157 /usr/sbin/$sysctl 2>/dev/null || echo unknown)` [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/scripts/ |
D | basic-build-test.sh | 46 echo "Must be run from mbed TLS root" >&2 87 echo 104 echo 107 echo '################ Unit tests ################' 109 echo '^^^^^^^^^^^^^^^^ Unit tests ^^^^^^^^^^^^^^^^' 110 echo 113 echo 114 echo '################ ssl-opt.sh ################' 115 echo "ssl-opt.sh will use SEED=$SEED for udp_proxy" 117 echo '^^^^^^^^^^^^^^^^ ssl-opt.sh ^^^^^^^^^^^^^^^^' [all …]
|
D | generate-afl-tests.sh | 31 echo " [!] No test file specified" >&2 32 echo "Usage: $0 <test data file>" >&2 44 echo " [!] Must be run from mbed TLS tests directory" >&2 51 echo " [+] Creating output directories" >&2 55 echo " [!] Test output files already exist." >&2 63 echo " [!] Test output files already exist." >&2 68 echo " [+] Creating test cases" >&2 82 echo " [+] Test cases in $DEST_TESTCASE_DIR" >&2
|
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | Cert_5_3_02_RealmLocal.py | 155 # Step 2: Leader sends a Fragmented ICMPv6 Echo Request to 157 # The DUT MUST respond with an ICMPv6 Echo Reply 163 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 168 # Step 3: Leader sends a Unfragmented ICMPv6 Echo Request to 170 # The DUT MUST respond with an ICMPv6 Echo Reply 175 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 179 # Step 4: Leader sends a Fragmented ICMPv6 Echo Request to the 181 # The DUT MUST respond with an ICMPv6 Echo Reply 182 # The DUT MUST NOT forward the ICMPv6 Echo Request to SED 190 pkts.filter_ping_reply(identifier=_pkt1.icmpv6.echo.identifier).\ [all …]
|
D | Cert_5_3_01_LinkLocal.py | 111 # Step 2: Leader sends a Fragmented ICMPv6 Echo Request to DUT’s 113 # The DUT MUST respond with an ICMPv6 Echo Reply 119 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 124 # Step 3: Leader sends an Unfragmented ICMPv6 Echo Request to DUT’s 126 # The DUT MUST respond with an ICMPv6 Echo Reply 131 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 135 # Step 4: Leader sends a Fragmented ICMPv6 Echo Request to the 137 # The DUT MUST respond with an ICMPv6 Echo Reply 144 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 149 # Step 5: Leader sends an Unfragmented ICMPv6 Echo Request to the [all …]
|
D | Cert_6_4_02_RealmLocal.py | 144 # Step 2: Leader sends a Fragmented ICMPv6 Echo Request to 146 # The DUT MUST respond with an ICMPv6 Echo Reply 152 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 157 # Step 3: Leader sends an Unfragmented ICMPv6 Echo Request to 159 # The DUT MUST respond with an ICMPv6 Echo Reply 164 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 169 # Step 4: Leader sends a Fragmented ICMPv6 Echo Request to the 171 # The DUT MUST respond with an ICMPv6 Echo Reply 179 pkts.filter_ping_reply(identifier=_pkt1.icmpv6.echo.identifier).\ 183 pkts.filter_ping_request(identifier=_pkt1.icmpv6.echo.identifier).\ [all …]
|
D | Cert_6_4_01_LinkLocal.py | 115 # Step 2: Leader sends a Fragmented ICMPv6 Echo Request to DUT’s 117 # The DUT MUST respond with an ICMPv6 Echo Reply 123 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 128 # Step 3: Leader sends an Unfragmented ICMPv6 Echo Request to DUT’s 130 # The DUT MUST respond with an ICMPv6 Echo Reply 135 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 139 # Step 4: Leader sends a Fragmented ICMPv6 Echo Request to the 141 # The DUT MUST respond with an ICMPv6 Echo Reply 148 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 153 # Step 5: Leader sends an Unfragmented ICMPv6 Echo Request to the [all …]
|
D | Cert_5_3_05_RoutingLinkQuality.py | 150 # Step 3: Router_3 sends an ICMPv6 Echo Request to the Leader 151 # The ICMPv6 Echo Request MUST take the shortest path: 161 pkts.filter_ping_request(identifier=_pkt.icmpv6.echo.identifier).\ 165 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 171 # Step 5: Router_3 sends an ICMPv6 Echo Request to the Leader 172 # The ICMPv6 Echo Request MUST take the shortest path: 182 pkts.filter_ping_request(identifier=_pkt.icmpv6.echo.identifier).\ 186 pkts.filter_ping_request(identifier=_pkt.icmpv6.echo.identifier).\ 190 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\ 196 # Step 7: Router_3 sends an ICMPv6 Echo Request to the Leader [all …]
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/scripts/ |
D | mkskeleton | 40 echo "Usage: ${name} [ options ]" 43 echo "Try '${name} -h' for more information." 47 echo "" 48 echo " -h, --help Print this help, then exit." 49 echo " -I DIR Specify directory DIR as the root of the " 50 echo " nlbuild-autotools repository." 51 echo " -v, --verbose Verbosely report mkskeleton progress (default: yes)." 52 echo " --package-description DESC Specify description DESC as a the " 53 echo " package description." 54 echo " --package-name NAME Specify name NAME as the package name." [all …]
|
D | bootstrap | 34 echo "Usage: ${name} [ options ] [ -w <what> ]" 37 echo "Try '${name} -h' for more information." 41 echo "" 42 echo " -h, --help Print this help, then exit." 43 echo " -I DIR Specify directory DIR as the root of the " 44 echo " nlbuild-autotools repository." 45 echo " -v, --verbose Verbosely report bootstrap progress." 46 echo " -w, --what WHAT Specify what part of the package should be " 47 echo " bootstrapped: all, config, make, or none " 48 echo " (default: all)." [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/ |
D | Makefile | 165 echo " CC aes/crypt_and_hash.c" 169 echo " CC hash/hello.c" 173 echo " CC hash/generic_sum.c" 177 echo " CC pkey/dh_client.c" 181 echo " CC pkey/dh_genprime.c" 185 echo " CC pkey/dh_server.c" 189 echo " CC pkey/ecdh_curve25519.c" 193 echo " CC pkey/ecdsa.c" 197 echo " CC pkey/gen_key.c" 201 echo " CC pkey/key_app.c" [all …]
|
/openthread-3.4.0/script/ |
D | make-pretty | 167 echo -e '========================================' 168 echo -e ' format c/c++ (clang-format)' 169 echo -e '========================================' 171 …git ls-files "${OT_CLANG_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|')… 177 echo -e '========================================' 178 echo -e ' check c/c++ (clang-format)' 179 echo -e '========================================' 181 …git ls-files "${OT_CLANG_SOURCES[@]}" | grep -v -E "^($(echo "${OT_EXCLUDE_DIRS[@]}" | tr ' ' '|')… 187 echo -e '========================================' 188 echo -e ' format c/c++ (clang-tidy)' [all …]
|
D | bootstrap | 38 echo 'Installing pretty tools useful for code contributions...' 41 …sudo apt-get --no-install-recommends install -y clang-format-14 clang-tidy-14 || echo 'WARNING: co… 44 …python3 -m pip install yapf==0.31.0 || echo 'WARNING: could not install yapf, which is useful if y… 47 …python3 -m pip install mdv || echo 'WARNING: could not install mdv, which is required to post mark… 50 …command -v shfmt || sudo apt-get install shfmt || echo 'WARNING: could not install shfmt, which is… 55 echo 'Installing toolchain dependencies...' 61 echo 'Installing GNU Arm Embedded Toolchain...' 84 echo 'opkg not supported currently' && false 89 echo 'rpm not supported currently' && false 94 echo 'Installing toolchain dependencies...' [all …]
|
/openthread-3.4.0/tools/gerrit/ |
D | git-squash-merge.sh | 32 echo " *** ERROR: " "$*" 38 echo "Squash merge a given branch into the current branch" 39 echo "" 40 echo "This command squash merges all commits from a given branch into the current branch" 41 …echo "By default, the changes are committed with a commit message which includes the list of all s… 42 echo "(use --no-commit and --no-list options to change default behavior)." 43 echo "" 44 echo "Usage: $(basename "$0") [--no-list] [--no-commit] <branch> [<commit msg>]" 45 echo "" 46 echo " <branch> Specifies the name of branch to merge into current branch" [all …]
|
/openthread-3.4.0/tests/toranj/ |
D | build.sh | 32 echo "" 33 echo "Toranj Build script " 34 echo "" 35 echo "Usage: $(basename "$0") [options] <config>" 36 echo " <config> can be:" 37 echo " ncp : Build OpenThread NCP FTD mode with simulation platform" 38 …echo " ncp-15.4 : Build OpenThread NCP FTD mode with simulation platform - 15.4 radi… 39 …echo " ncp-trel : Build OpenThread NCP FTD mode with simulation platform - TREL radi… 40 …echo " ncp-15.4+trel : Build OpenThread NCP FTD mode with simulation platform - multi rad… 41 echo " cli : Build OpenThread CLI FTD mode with simulation platform" [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/ |
D | udp_proxy_wrapper.sh | 30 echo 31 echo " * Killing proxy (pid $tpxy_pid) ..." 38 echo 39 echo " * Killing server (pid $srv_pid) ..." 67 echo " * No server arguments (must be preceded by \" -- \") - exit" 86 …echo >&2 "$0: Couldn't find DTLS enabling, or IPv6 is in use - immediate fallback to server applic… 88 echo "[ $SRV_BIN $* ]" 96 echo " * Server port: $server_port_orig" 101 echo " * Server address: $server_addr_orig" 108 echo " * Intermediate port: $server_port" [all …]
|
/openthread-3.4.0/include/openthread/ |
D | icmp6.h | 65 OT_ICMP6_TYPE_ECHO_REQUEST = 128, ///< Echo Request 66 OT_ICMP6_TYPE_ECHO_REPLY = 129, ///< Echo Reply 137 * ICMPv6 Echo Reply Modes 142 OT_ICMP6_ECHO_HANDLER_DISABLED = 0, ///< ICMPv6 Echo processing disabled 143 …OT_ICMP6_ECHO_HANDLER_UNICAST_ONLY = 1, ///< ICMPv6 Echo processing enabled only for unicast req… 144 …OT_ICMP6_ECHO_HANDLER_MULTICAST_ONLY = 2, ///< ICMPv6 Echo processing enabled only for multicast r… 145 …OT_ICMP6_ECHO_HANDLER_ALL = 3, ///< ICMPv6 Echo processing enabled for unicast and mult… 149 * This function indicates whether or not ICMPv6 Echo processing is enabled. 153 * @retval OT_ICMP6_ECHO_HANDLER_DISABLED ICMPv6 Echo processing is disabled. 154 …* @retval OT_ICMP6_ECHO_HANDLER_UNICAST_ONLY ICMPv6 Echo processing enabled for unicast request… [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | Makefile | 203 echo " AR $@" 207 echo " RL $@" 213 echo " LD $@" 217 echo " LN $@ -> $<" 221 echo " LD $@" 225 echo " LD $@" 230 echo " AR $@" 234 echo " RL $@" 240 echo " LD $@" 244 echo " LN $@ -> $<" [all …]
|
/openthread-3.4.0/src/core/net/ |
D | icmp6.hpp | 91 kTypeEchoRequest = OT_ICMP6_TYPE_ECHO_REQUEST, ///< Echo Request 92 kTypeEchoReply = OT_ICMP6_TYPE_ECHO_REPLY, ///< Echo Reply 172 * This method returns the ICMPv6 message ID for Echo Requests and Replies. 180 * This method sets the ICMPv6 message ID for Echo Requests and Replies. 188 * This method returns the ICMPv6 message sequence for Echo Requests and Replies. 196 * This method sets the ICMPv6 message sequence for Echo Requests and Replies. 262 * This method sends an ICMPv6 Echo Request message. 264 * @param[in] aMessage A reference to the Echo Request payload. 266 * @param[in] aIdentifier An identifier to aid in matching Echo Replies to this Echo Request. 269 * @retval kErrorNone Successfully enqueued the ICMPv6 Echo Request message. [all …]
|
123456789