Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DSynopsysEthernetMAC.cs377 … frame.FillWithChecksums(supportedEtherChecksums, new IPProtocolType[] {}); in SendFrames()
382 frame.FillWithChecksums(supportedEtherChecksums, supportedIPChecksums); in SendFrames()
438 private readonly EtherType[] supportedEtherChecksums = { EtherType.IpV4, EtherType.Arp }; field in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC