Searched refs:SHORT (Results 1 – 6 of 6) sorted by relevance
61 SHORT = 2 variable in DstAddrMode84 return self.dst_addr_mode == DstAddrMode.SHORT and self.dst_short == 0xffff127 if dst_addr_mode in [DstAddrMode.SHORT.value, DstAddrMode.EXTENDED.value]:133 if dst_addr_mode == DstAddrMode.SHORT.value:
114 SHORT = 0 variable in MacAddressType121 if _type == MacAddressType.SHORT:145 if self._type == MacAddressType.SHORT:168 return cls(mac_address, MacAddressType.SHORT)
132 self.assertEqual(common.MacAddressType.SHORT, mac_address.type)143 self.assertEqual(common.MacAddressType.SHORT, mac_address.type)
108 SHORT = 2 variable in MacHeader.AddressMode344 if src_address.type == MacAddressType.SHORT:378 if mode == MacHeader.AddressMode.SHORT:379 return MacAddress(data.read(2), MacAddressType.SHORT, big_endian=False)
324 if self.mac_header.dest_address.type == common.MacAddressType.SHORT:
3264 v = int(originator_address.type == common.MacAddressType.SHORT)3265 f = int(final_destination_address.type == common.MacAddressType.SHORT)