Home
last modified time | relevance | path

Searched refs:SourcePan (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DAddressInformation.cs28 SourcePan = DestinationPan; in AddressInformation()
32 SourcePan = GetValue(data, internalOffset); in AddressInformation()
41 public uint SourcePan { get; private set; } property in Antmicro.Renode.Peripherals.Wireless.IEEE802_15_4.AddressInformation
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC2538RF.cs308 … if(frame.AddressInformation.SourcePan == GetShortPanIdFromRamTable(i) in ReceiveFrame()
719 …|| (frame.AddressInformation.SourcePan != BroadcastPanIdentifier && frame.AddressInformation.Sourc… in ShouldWeAcceptThisFrame()
729 … && (!isPanCoordinator.Value || frame.AddressInformation.SourcePan != GetPanId()))) in ShouldWeAcceptThisFrame()
746 … && (!isPanCoordinator.Value || frame.AddressInformation.SourcePan != GetPanId()))) in ShouldWeAcceptThisFrame()
DCC2520.cs196 … if(frame.AddressInformation.SourcePan == GetSourceAddressMatchingPanId(i) in HandleFrame()
395 …|| (frame.AddressInformation.SourcePan != BroadcastPanIdentifier && frame.AddressInformation.Sourc… in ShouldAcceptFrame()
406 … && (!panCoordinator.Value || frame.AddressInformation.SourcePan != GetPanId()))) in ShouldAcceptFrame()
423 … && (!panCoordinator.Value || frame.AddressInformation.SourcePan != GetPanId()))) in ShouldAcceptFrame()