Searched full:etc (Results 1 – 25 of 94) sorted by relevance
1234
/openthread-3.5.0/tools/harness-simulation/posix/etc/ |
D | Dockerfile | 88 && ln -fs /usr/share/zoneinfo/UTC /etc/localtime \ 103 && ([ "${DNS64}" = "0" ] || chmod 644 /etc/bind/named.conf.options) \ 105 && mv ./etc /tmp \ 109 && mv /tmp/etc . \ 114 && sed -i "s/\/root/\/home\/pi/g" /etc/passwd 117 ENTRYPOINT ["/app/etc/docker/docker_entrypoint.sh"]
|
D | commissionerd | 97 …log_action_msg "Usage: /etc/init.d/$NAME {start | stop | status | restart | reload | force-reload}"
|
/openthread-3.5.0/third_party/tcplp/bsdtcp/ |
D | types.h | 39 * bukepo: omitted unused definitions for quad_t, u_quad_t, etc., because they 41 * __uint8_t, __uint16_t, caddr_t, etc. 43 * samkumar: I've omitted definitions for u_char, u_short, u_int, etc., because 46 * standard integer types (uint8_t, uint16_t, etc.).
|
/openthread-3.5.0/tools/harness-simulation/posix/ |
D | install.sh | 34 ETC_DIR="${POSIX_DIR}/etc" 135 mkdir -p root/etc/init.d 136 cp "${ETC_DIR}/commissionerd" root/etc/init.d/commissionerd 137 sudo chown root:root root/etc/init.d/commissionerd 138 sudo chmod +x root/etc/init.d/commissionerd
|
/openthread-3.5.0/ |
D | CMakeLists.txt | 65 include("${PROJECT_SOURCE_DIR}/etc/cmake/options.cmake") 66 include("${PROJECT_SOURCE_DIR}/etc/cmake/functions.cmake") 115 list(APPEND OT_PUBLIC_INCLUDES ${PROJECT_BINARY_DIR}/etc/cmake) 116 list(APPEND OT_PUBLIC_INCLUDES ${PROJECT_SOURCE_DIR}/etc/cmake) 171 -P ${PROJECT_SOURCE_DIR}/etc/cmake/print.cmake
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/ |
D | Descriptions.txt | 5 functions, etc.) for all modules except the SSL modules. 22 renegotiation, SNI, other extensions, etc.
|
/openthread-3.5.0/.github/workflows/ |
D | build.yml | 61 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 156 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 175 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 248 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 288 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 321 sudo rm /etc/apt/sources.list.d/* 327 …deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main' | sudo tee -a /etc/apt/sources.li… 365 …deb-src http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main' | sudo tee -a /etc/apt/sources.li… 387 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
|
D | simulation-1.1.yml | 67 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 115 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 165 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 208 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 288 sudo rm /etc/apt/sources.list.d/*
|
D | otns.yml | 75 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 114 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 176 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
|
D | toranj.yml | 73 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 104 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
|
D | posix.yml | 93 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 147 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 189 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
|
D | simulation-1.2.yml | 139 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 203 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 295 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
|
D | otbr.yml | 75 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 184 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
|
/openthread-3.5.0/tests/scripts/thread-cert/border_router/nat64/ |
D | test_upstream_dns.py | 57 zone "{TEST_DOMAIN}" {{ type master; file "/etc/bind/db.test.domain"; }}; 107 br.bash(shlex.join(['echo', TEST_DOMAIN_BIND_CONF]) + ' >> /etc/bind/named.conf.local') 108 br.bash(shlex.join(['echo', TEST_DOMAIN_BIND_ZONE]) + ' >> /etc/bind/db.test.domain')
|
D | test_with_infrastructure_prefix.py | 185 br.bash("sed -i 's/dns64 /\/\/dns64 /' /etc/bind/named.conf.options") 186 …br.bash("sed -i '/\/\/dns64 /a dns64 " + SMALL_NAT64_PREFIX + " {};' /etc/bind/named.conf.options")
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-developer-guide.md | 20 …lar combination of parameters (cryptographic algorithm, key type and size, etc.), it is used inste… 21 …cure element**, a hardware security module, a smartcard, a secure enclave, etc. An opaque driver i…
|
/openthread-3.5.0/third_party/build_gn/ |
D | README.md | 20 example compiler, linker etc. The toolchains in toolchain/BUILD.gn are from the
|
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/ |
D | crypto_driver_common.h | 41 * psa_key_type_t, etc.) and macros to build and analyze values
|
/openthread-3.5.0/script/ |
D | code-spell | 47 'etc'
|
/openthread-3.5.0/src/ncp/ |
D | BUILD.gn | 28 import("../../etc/gn/openthread.gni")
|
/openthread-3.5.0/src/cli/ |
D | BUILD.gn | 28 import("../../etc/gn/openthread.gni")
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/scripts/ |
D | set_psa_test_dependencies.py | 178 MBEDTLS_PKCS1_V15, etc. 210 (description, comments, arguments, etc.).
|
/openthread-3.5.0/third_party/mbedtls/repo/ChangeLog.d/ |
D | 00README.md | 12 platform, etc.
|
/openthread-3.5.0/src/core/crypto/ |
D | mbedtls.hpp | 51 * the stable API, and minor versions (3.1, 3.2, etc.) may add, remove, rename,
|
/openthread-3.5.0/include/openthread/platform/ |
D | time.h | 84 * foreseen operating conditions (temperature, pressure, etc) of the
|
1234