Home
last modified time | relevance | path

Searched refs:SHORT (Results 1 – 6 of 6) sorted by relevance

/openthread-3.5.0/tests/scripts/thread-cert/
Dwpan.py61 SHORT = 2 variable in DstAddrMode
84 return self.dst_addr_mode == DstAddrMode.SHORT and self.dst_short == 0xffff
127 if dst_addr_mode in [DstAddrMode.SHORT.value, DstAddrMode.EXTENDED.value]:
133 if dst_addr_mode == DstAddrMode.SHORT.value:
Dcommon.py114 SHORT = 0 variable in MacAddressType
121 if _type == MacAddressType.SHORT:
145 if self._type == MacAddressType.SHORT:
168 return cls(mac_address, MacAddressType.SHORT)
Dtest_common.py132 self.assertEqual(common.MacAddressType.SHORT, mac_address.type)
143 self.assertEqual(common.MacAddressType.SHORT, mac_address.type)
Dmac802154.py108 SHORT = 2 variable in MacHeader.AddressMode
344 if src_address.type == MacAddressType.SHORT:
378 if mode == MacHeader.AddressMode.SHORT:
379 return MacAddress(data.read(2), MacAddressType.SHORT, big_endian=False)
Dmessage.py324 if self.mac_header.dest_address.type == common.MacAddressType.SHORT:
Dtest_lowpan.py3264 v = int(originator_address.type == common.MacAddressType.SHORT)
3265 f = int(final_destination_address.type == common.MacAddressType.SHORT)