Searched refs:Bytes (Results 1 – 22 of 22) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | bytes.py | 33 class Bytes(bytearray): class 39 s = Bytes._parse_compact(s) 42 s = Bytes._parse_octets(s) 44 s = Bytes._parse_hextets(s) 114 return Bytes(x) 124 elif not isinstance(other, Bytes): 134 x = Bytes(b"\x01\x02\x03\x04") 142 assert Bytes._parse_compact("") == Bytes(b"") 143 assert Bytes._parse_compact('01020304') == x 145 assert Bytes._parse_octets("") == Bytes(b"") [all …]
|
D | addrs.py | 32 from pktverify.bytes import Bytes 35 class EthAddr(Bytes): 52 class ExtAddr(Bytes): 69 class Ipv6Addr(Bytes): 160 assert isinstance(a[:], Bytes) 172 assert isinstance(a[:], Bytes) 184 assert isinstance(a[:], Bytes)
|
D | consts.py | 31 from pktverify.bytes import Bytes 33 DOMAIN_PREFIX = Bytes('fd00:7d03:7d03:7d03') 34 BACKBONE_IPV6_PREFIX = Bytes('91') 58 LINK_LOCAL_PREFIX = Bytes("fe80") 59 DEFAULT_MESH_LOCAL_PREFIX = Bytes("fd00:0db8:0000:0000") 60 LEADER_ALOC_IID = Bytes("0000:00ff:fe00:fc00") 61 PBBR_ALOC_IID = Bytes("0000:00ff:fe00:fc38")
|
D | test_layer_fields.py | 37 from pktverify.bytes import Bytes 105 self.assertIsInstanceOrNull(mle.tlv.challenge, Bytes) 196 self.assertIsInstance(thread_meshcop.tlv.ml_prefix, Bytes) 199 self.assertIsInstance(thread_meshcop.tlv.master_key, Bytes) 202 self.assertIsInstance(thread_meshcop.tlv.pskc, Bytes) 226 self.assertIsInstance(thread_meshcop.tlv.xpan_id, Bytes) 288 self.assertIsInstanceOrNull(lowpan.iphc.sctx.prefix, Bytes) 289 self.assertIsInstanceOrNull(lowpan.iphc.dctx.prefix, Bytes) 345 self.assertIsInstance(rv, Bytes)
|
D | utils.py | 35 from pktverify.bytes import Bytes 67 'Bytes': Bytes,
|
D | layer_fields.py | 38 from pktverify.bytes import Bytes 170 def _bytes(v: Union[LayerFieldsContainer, LayerField]) -> Bytes: 173 return Bytes(v.raw_value)
|
D | packet_filter.py | 36 from pktverify.bytes import Bytes 580 mpl_seed_id = Bytes([mpl_seed_id >> 8, mpl_seed_id & 0xFF])
|
/openthread-latest/tests/scripts/thread-cert/ |
D | Cert_5_2_05_AddressQuery.py | 38 from pktverify.bytes import Bytes 259 if addr.startswith(Bytes('2001')): 261 if addr.startswith(Bytes('2002')): 265 if addr.startswith(Bytes('2001')): 267 if addr.startswith(Bytes('2002')):
|
D | Cert_9_2_02_MGMTCommissionerSet.py | 38 from pktverify.bytes import Bytes 157 p.thread_meshcop.tlv.steering_data == Bytes('ff') 189 p.thread_meshcop.tlv.steering_data == Bytes('ff') 283 p.thread_meshcop.tlv.steering_data == Bytes('ff') 316 p.thread_meshcop.tlv.steering_data == Bytes('ff') 350 p.thread_meshcop.tlv.steering_data == Bytes('ff')
|
D | Cert_5_3_08_ChildAddressSet.py | 40 from pktverify.bytes import Bytes 167 if addr.startswith(Bytes('200%d' % j)):
|
D | Cert_7_1_07_BorderRouterAsLeader.py | 37 from pktverify.bytes import Bytes 196 PREFIXES = [Bytes(PREFIX_1[:-5]), Bytes(PREFIX_2[:-5])]
|
D | Cert_5_3_09_AddressQuery.py | 40 from pktverify.bytes import Bytes 195 if addr.startswith(Bytes(GUA_1_START)):
|
D | Cert_5_3_10_AddressQuery.py | 40 from pktverify.bytes import Bytes 196 if addr.startswith(Bytes(GUA_1_START)):
|
D | Cert_5_3_11_AddressQueryTimeoutIntervals.py | 37 from pktverify.bytes import Bytes
|
D | Cert_9_2_04_ActiveDataset.py | 36 from pktverify.bytes import Bytes 300 … == Bytes('113320440000') and p.thread_meshcop.tlv.chan_mask_mask == '001fffe0').must_next()
|
D | Cert_7_1_06_BorderRouterAsLeader.py | 37 from pktverify.bytes import Bytes 177 if addr.startswith(Bytes(PREFIX_2001[:-5])):
|
D | Cert_5_8_04_SecurityPolicyTLV.py | 38 from pktverify.bytes import Bytes
|
/openthread-latest/src/cli/ |
D | README_BR.md | 106 Inbound Unicast: Packets 4 Bytes 320 107 Inbound Multicast: Packets 0 Bytes 0 108 Outbound Unicast: Packets 2 Bytes 160 109 Outbound Multicast: Packets 0 Bytes 0
|
D | README.md | 1103 Inbound Unicast: Packets 4 Bytes 320 1104 Inbound Multicast: Packets 0 Bytes 0 1105 Outbound Unicast: Packets 2 Bytes 160 1106 Outbound Multicast: Packets 0 Bytes 0 2651 | ID | IPv6 | IPv4 | Expiry | Pkts | Bytes | Pkts | Bytes | 2669 | Protocol | Pkts | Bytes | Pkts | Bytes | 3983 Inbound: Packets 32 Bytes 4000 3984 Outbound: Packets 4 Bytes 320 Failures 1
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 266 - Bytes must be 8 bits.
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_bignum_core.function | 1093 * expected value. Bytes above wanted_bytes must be zero. */
|
D | test_suite_psa_crypto.data | 5469 PSA key derivation: TLS 1.2 PSK-to-MS, SHA-256, PSK too long (160 Bytes)
|