Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/SynopsysDWCEthernetQualityOfService/
DSynopsysDWCEthernetQualityOfService_FrameAssembler.cs43 …ontext, bool enableChecksumOffload, Action<EthernetFrame> frameReady, MACAddress? sourceMACAddress) in FrameAssembler() argument
45 …Valid ? context.Value.maximumSegmentSize : defaultMaximumSegmentSize, frameReady, sourceMACAddress) in FrameAssembler()
112 …umControl, uint maximumSegmentSize, Action<EthernetFrame> frameReady, MACAddress? sourceMACAddress) in FrameAssembler() argument
116 this.sourceMACAddress = sourceMACAddress; in FrameAssembler()
228 if(sourceMACAddress.HasValue) in TryCreateEthernetFrame()
230 … builtFrame.UnderlyingPacket.SourceHwAddress = (PhysicalAddress)sourceMACAddress.Value; in TryCreateEthernetFrame()
248 private readonly MACAddress? sourceMACAddress; field in Antmicro.Renode.Peripherals.Network.SynopsysDWCEthernetQualityOfService.FrameAssembler