Home
last modified time | relevance | path

Searched refs:from_rloc16 (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/tests/scripts/thread-cert/
Dtest_common.py129 mac_address = common.MacAddress.from_rloc16(int(rloc16))
140 mac_address = common.MacAddress.from_rloc16(rloc16)
150 mac_address = common.MacAddress.from_rloc16(rloc16)
Dcommon.py160 def from_rloc16(cls, rloc16, big_endian=True): member in MacAddress
Dmessage.py325 mac_address = common.MacAddress.from_rloc16(node.get_addr16())
Dlowpan.py862 return common.MacAddress.from_rloc16(bytearray(data.read(2)))
Dtest_lowpan.py202 … return common.MacAddress.from_rloc16(bytearray([random.getrandbits(8) for _ in range(length)]))