Home
last modified time | relevance | path

Searched full:etc (Results 1 – 25 of 112) sorted by relevance

12345

/openthread-latest/tools/harness-simulation/posix/etc/
DDockerfile88 && 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"]
Dcommissionerd97 …log_action_msg "Usage: /etc/init.d/$NAME {start | stop | status | restart | reload | force-reload}"
/openthread-latest/third_party/tcplp/bsdtcp/
Dtypes.h39 * 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-latest/tests/scripts/thread-cert/border_router/internet/
Dtest_upstream_dns.py57 zone "{TEST_DOMAIN}" {{ type master; file "/etc/bind/db.test.domain"; }};
97 # Update BR's /etc/resolv.conf and force BR to reload it
98 br.bash(shlex.join(['echo', 'nameserver ' + dns_server_addr]) + ' > /etc/resolv.conf')
136 … dns_server.bash(shlex.join(['echo', TEST_DOMAIN_BIND_CONF]) + ' >> /etc/bind/named.conf.local')
137 … dns_server.bash(shlex.join(['echo', TEST_DOMAIN_BIND_ZONE]) + ' >> /etc/bind/db.test.domain')
Dtest_with_infrastructure_prefix.py185 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-latest/tools/harness-simulation/posix/
Dinstall.sh34 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-latest/
DCMakeLists.txt67 include("${PROJECT_SOURCE_DIR}/etc/cmake/options.cmake")
68 include("${PROJECT_SOURCE_DIR}/etc/cmake/functions.cmake")
118 list(APPEND OT_PUBLIC_INCLUDES ${PROJECT_BINARY_DIR}/etc/cmake)
119 list(APPEND OT_PUBLIC_INCLUDES ${PROJECT_SOURCE_DIR}/etc/cmake)
179 -P ${PROJECT_SOURCE_DIR}/etc/cmake/print.cmake
DBUILD.gn28 import("etc/gn/openthread.gni")
/openthread-latest/third_party/mbedtls/repo/tests/
DDescriptions.txt5 functions, etc.) for all modules except the SSL modules.
22 renegotiation, SNI, other extensions, etc.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dsyms.sh14 # (default, full minus MBEDTLS_USE_PSA_CRYPTO, full, etc.)
20 # pkparse, pkwrite, etc) are expected after the 1st one and the analysis
Dtesting.md43 (`mbedtls_pk_get_type()` etc.) work and the functions that are expected to
44 fail (`mbedtls_pk_verify()` etc) return the expected error.
Dstrategy.md100 management functions (destroy etc)) in configurations that don't have
255 management (getting a size for a given algorithm, etc.)
416 size, but also in terms of maintenance (testing, etc.) this would probably
452 such as AES, SHA-256, RSA, DHM, ECDH, ECP, bignum, etc, without providing
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md21 …lar combination of parameters (cryptographic algorithm, key type and size, etc.), it is used inste…
22 …cure element**, a hardware security module, a smartcard, a secure enclave, etc. An opaque driver i…
/openthread-latest/third_party/build_gn/
DREADME.md20 example compiler, linker etc. The toolchains in toolchain/BUILD.gn are from the
/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_driver_common.h29 * psa_key_type_t, etc.) and macros to build and analyze values
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md58 - hashes: SHA-3, SHA-2, SHA-1, MD5, etc.
94 to low-level hash APIs (`mbedtls_sha256()` etc.) are not possible for the
122 (`mbedtls_sha256()` etc.) will not be possible for the legacy modules that
227 (see `psa_sign_hash_start()` + `psa_sign_hash_complete()` etc.) so as a
/openthread-latest/src/core/config/
Dtrel.h53 * table size, neighbor table size, etc.
/openthread-latest/script/
Dcode-spell47 'etc'
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dset_psa_test_dependencies.py160 MBEDTLS_PKCS1_V15, etc.
192 (description, comments, arguments, etc.).
/openthread-latest/.github/workflows/
Dotbr.yml75 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
197 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update
/openthread-latest/src/cli/
DBUILD.gn28 import("../../etc/gn/openthread.gni")
/openthread-latest/src/ncp/
DBUILD.gn28 import("../../etc/gn/openthread.gni")
/openthread-latest/include/openthread/
Dchannel_manager.h118 …* error rates per neighbor, etc.) to determine if the current channel quality is at the level t…
148 …* error rates per neighbor, etc.) to determine if the current channel quality is at the level t…
/openthread-latest/src/core/crypto/
Dmbedtls.hpp51 * the stable API, and minor versions (3.1, 3.2, etc.) may add, remove, rename,
/openthread-latest/third_party/mbedtls/repo/ChangeLog.d/
D00README.md12 platform, etc.

12345