/openthread-3.6.0/tests/scripts/thread-cert/pktverify/ |
D | packet.py | 77 for l in self._packet.layers: 78 if l.layer_name != 'data': 79 yield getattr(self, l.layer_name) 83 return [l.layer_name for l in self._packet.layers if l.layer_name != 'data']
|
D | test_info.py | 52 … self.ipaddrs = {int(k): [Ipv6Addr(x) for x in l] for k, l in test_info.get('ipaddrs', {}).items()} 56 … self.omrs = {int(k): [Ipv6Addr(x) for x in l] for k, l in test_info.get('omrs', {}).items()}
|
D | utils.py | 93 disabled_protos = set(l.strip() for l in fd if l.strip() != '')
|
D | test_layer_fields.py | 172 for layer in sorted(p.layers, key=lambda l: l.layer_name):
|
/openthread-3.6.0/tools/harness-automation/doc/ |
D | quickstart.rst | 54 ./start.sh -l 57 start.bat -l 65 ./start.sh -l COM28 68 start.bat -l COM28
|
/openthread-3.6.0/tests/scripts/misc/ |
D | test_multicast_join.py | 41 return [ip_address(l) for l in lines if l.startswith('ff')]
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/src/ |
D | helpers.c | 178 unsigned char l, h; in mbedtls_test_hexify() local 183 l = *ibuf % 16; in mbedtls_test_hexify() 190 if( l < 10 ) in mbedtls_test_hexify() 191 *obuf++ = '0' + l; in mbedtls_test_hexify() 193 *obuf++ = 'a' + l - 10; in mbedtls_test_hexify()
|
/openthread-3.6.0/src/lib/spinel/ |
D | spinel.c | 122 #define require_action(c, l, a) \ argument 129 goto l; \ 133 #define require_action(c, l, a) \ argument 139 goto l; \ 146 #define require(c, l) require_action(c, l, {}) argument 1691 uint32_t l = 0; in main() local 1695 …len = spinel_datatype_unpack(buffer, (spinel_size_t)len, "CiiLUE", &c, &i1, &i2, &l, &str, &eui64); in main() 1721 if (l != 0xDEADBEEF) in main() 1723 printf("error: l != 0xDEADBEEF; (0x%08X)\n", (unsigned int)l); in main() 1744 uint32_t l = 0; in main() local [all …]
|
/openthread-3.6.0/third_party/tcplp/bsdtcp/ |
D | tcp_fastopen.h | 105 #define tcp_fastopen_check_cookie(i, c, l, lc) (-1) argument 108 #define tcp_fastopen_update_cache(t, m, l, c) ((void)0) argument
|
/openthread-3.6.0/third_party/mbedtls/repo/scripts/data_files/ |
D | vs6-main-template.dsp | 45 # ADD BASE RSC /l 0x40c /d "NDEBUG" 46 # ADD RSC /l 0x40c /d "NDEBUG" 68 # ADD BASE RSC /l 0x40c /d "_DEBUG" 69 # ADD RSC /l 0x40c /d "_DEBUG"
|
D | vs6-app-template.dsp | 45 # ADD BASE RSC /l 0x40c /d "NDEBUG" 46 # ADD RSC /l 0x40c /d "NDEBUG" 68 # ADD BASE RSC /l 0x40c /d "_DEBUG" 69 # ADD RSC /l 0x40c /d "_DEBUG"
|
/openthread-3.6.0/tools/otci/otci/ |
D | command_handlers.py | 267 errput = [l.rstrip('\r\n') for l in cmd_err.readlines()] 268 output = [l.rstrip('\r\n') for l in cmd_out.readlines()]
|
/openthread-3.6.0/src/ncp/ |
D | ncp_base_dispatcher.cpp | 763 size_t l = 0; in FindPropertyHandler() local 767 for (size_t r = aSize - 1; l < r;) in FindPropertyHandler() 769 size_t m = (l + r) / 2; in FindPropertyHandler() 773 l = m + 1; in FindPropertyHandler() 781 return aHandlerEntries[l].mKey == aKey ? aHandlerEntries[l].mHandler : nullptr; in FindPropertyHandler()
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/ |
D | rsa_pkcs1_1024_aes256.pem | 13 BtMGL7qA/l/gmhHRYDpkzf+ewuTeOImyyfEnAawVT3+G6p3tf/Cs9RVgUCnCrFHa
|
D | rsa_pkcs8_pbes2_pbkdf2_2048_des_sha224.pem | 25 l/jMr/za+6TrtXyNBDGpZohgxP0wT4+hAMyLGymYnSWFlRVkkf0BANbtcJBszbAZ
|
D | rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem | 5 Vl0lEsKpH//6vsvGCB2ZXd92nfVW8zJcCWAn6wCK6tjozH/l/M6z1cSXSEppvmZ1
|
/openthread-3.6.0/tests/scripts/expect/ |
D | posix-rcp-stack-reset.exp | 40 if {[exec head -n2 $socat_out | wc -l] == 2} {
|
D | posix-rcp-restoration.exp | 40 if {[exec head -n2 $socat_out | wc -l] == 2} {
|
/openthread-3.6.0/tools/harness-automation/ |
D | README.rst | 25 If ``-l`` is given, ``NAME`` is the serial port device name. Otherwise ``NAME`` is test case name. …
|
/openthread-3.6.0/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 62 for l in f.readlines(): 63 portAndPl=l.split()
|
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | ecp.c | 1703 mbedtls_mpi l, ll; in ecp_randomize_jac() local 1705 mbedtls_mpi_init( &l ); mbedtls_mpi_init( &ll ); in ecp_randomize_jac() 1708 MBEDTLS_MPI_CHK( mbedtls_mpi_random( &l, 2, &grp->P, f_rng, p_rng ) ); in ecp_randomize_jac() 1711 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mod( grp, &pt->Z, &pt->Z, &l ) ); in ecp_randomize_jac() 1714 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mod( grp, &ll, &l, &l ) ); in ecp_randomize_jac() 1718 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mod( grp, &ll, &ll, &l ) ); in ecp_randomize_jac() 1722 mbedtls_mpi_free( &l ); mbedtls_mpi_free( &ll ); in ecp_randomize_jac() 2474 mbedtls_mpi l; in ecp_randomize_mxz() local 2475 mbedtls_mpi_init( &l ); in ecp_randomize_mxz() 2478 MBEDTLS_MPI_CHK( mbedtls_mpi_random( &l, 2, &grp->P, f_rng, p_rng ) ); in ecp_randomize_mxz() [all …]
|
D | bignum.c | 1190 const mbedtls_mpi_uint *l, in mpi_sub_hlp() argument 1198 z = ( l[i] < c ); t = l[i] - c; in mpi_sub_hlp()
|
/openthread-3.6.0/tools/harness-thci/ |
D | OpenThread_BR.py | 263 self.__lines += [l.rstrip('\r') for l in LINESEPX.split(tail)]
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | v1_2_LowPower_7_2_01_ForwardTrackingSeries.py | 198 .filter(lambda p: 1 in p.mle.tlv.metric_type_id_flags.l) \
|
D | node.py | 1497 lines = [l.strip() for l in lines] 1499 for l in lines: 1500 z = re.search(r'seqno:\s+([0-9]+)', l) 1504 z = re.search(r'delay:\s+([0-9]+)', l) 1508 z = re.search(r'timeout:\s+([0-9]+)', l) 3181 lines = [l.strip() for l in lines]
|