Searched refs:sourceMACAddress (Results 1 – 1 of 1) sorted by relevance
43 …ontext, bool enableChecksumOffload, Action<EthernetFrame> frameReady, MACAddress? sourceMACAddress) in FrameAssembler() argument45 …Valid ? context.Value.maximumSegmentSize : defaultMaximumSegmentSize, frameReady, sourceMACAddress) in FrameAssembler()112 …umControl, uint maximumSegmentSize, Action<EthernetFrame> frameReady, MACAddress? sourceMACAddress) in FrameAssembler() argument116 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